p {
	margin: 0 0 10px;
	left: 100px;
	text-align: center;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
		
div {
	text-align: center;
}
		
.centered {
	margin-left: 42%;
	margin-top: 1px;
}
		
.appleConnect {
	margin-left: 43%;
}
		
.center{
	text-align: center;
	margin: auto;
}
		
BODY {
    margin: 10px auto;
    background-color: #fff;
    font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    color: #777; 
    width: 960px;
    color: #666;
}

#button_big {
	border-bottom: 1px solid #727272; 
	border-radius: 20px; 
	padding-left:0px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#8c8c8c)); 
	background: -moz-linear-gradient(top,  #bdbdbd,  #8c8c8c); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#8c8c8c'); 
	box-shadow: 1px 2px 2px #727272;
    width: 160px; 
    height: 23px; 
    color: white;
}

#button_big a {text-decoration: none;}

#button_big a span {display: block; padding: 4px 13px 5px 5px; color: white; font-size: 12px;}

span#help1 {
    font-size: 12px;
    font-weight: normal;
    border-left: 1px dotted #a1a5a9;
    padding-left: 8px;
    margin-left: 10px;  
}
   
span#help1 a:link { color: #08C; text-decoration: none; }

span#help1 a:hover { color: #336;  text-decoration: underline; }

span#help1 a:visited { color: #08C;  text-decoration: none; }

#button a span {background: transparent url(../images/btn_startsearch_right.gif) no-repeat top right; display: block; padding: 4px 13px 5px 5px; }
