@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h1 {
	text-align:center;
	margin-bottom:10px;

}
h2 {
	text-align:center;

}

p {
	font-size:12px;
	/*font-weight:bold;*/
}

img{
	border:none;

}

table {
	margin-left: 5px;
}

a {
	color:#999;
	text-decoration:none;
}

body 
{ 

}

#wrapper {
	margin: 0 auto;
	margin-top:80px;
	width: 750px;
	
}

#content
{
	background-image: url(images/domainbox.png);
	background-position:center;
	background-repeat:no-repeat;
	min-height: 230px;
	padding-top:35px;
	margin: 0 auto;
	width: 460px;
}

#loginbar {
	width: 450px;
	margin: 0 auto;
	text-align:left;
	color:#999;
	margin-top: 160px;
	margin-left:10px;
}



#footer1{
	width: 460px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	}
#footer2{
	width: 460px;
	margin: 0 auto;
	padding-top: 10px;
}

#captchabox {
	width: 100%; 
	margin: 0 auto; 
	padding: 0 5px 0 15px; 
	text-align: left; 
	overflow: auto; 
	background: url(/images/bg_intput.png) repeat-x top;}

#captchabox a {color: #999; font-size: 11px; text-decoration:none}
#captchabox a:hover {color: #000;}
#captchabox p img {float: left; padding-right: 3px;}
#captchabox input {background: url(/images/bg_intput.png) repeat-x top; 
border: 1px solid #a7a7a7; 
padding: 8px; 
font-size: 15px; 
font-weight: bold; 
width: 150px; 
color: #000; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
float: left; margin: 0;
}
#captchabox input:focus {
	border: 1px solid #DFCA88;
	}
	
	