body
{
font-family: "Helvetica",Arial,sans-serif;
font-weight: 500;
color:#333;
background-color:#fbfbfb;
margin:0 auto;
}
label
{
	width:100px;
	display:block;
	font-size:13px;
	color:#666666;
}
#main
{
	margin:0 auto;
	width:400px;
	text-align:center;
}
#box
{
	margin-top:40px;
}
.input
{
	
	padding:10px;
	font-size:14px;
		width:240px;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: inset 0 10px 10px #e9e9e9;
-webkit-box-shadow: inset 0 10px 10px #e9e9e9;
box-shadow: inset 0 10px 10px #e9e9e9;
border: 2px solid #bebebe;
background-color: #fff;
background-repeat: no-repeat;



color: #000;
font-family: helvetica;
font-size: 13px;}
.button {
background-color: #f78e1e;
background-image: -moz-linear-gradient(#f78e1e,#e47513);
background-image: -o-linear-gradient(#f78e1e,#e47513);
background-image: -ms-linear-gradient(#f78e1e,#e47513);
-cp-background-image: linear-gradient(#f78e1e,#e47513);
behavior: url(/cPanel_magic_revision_1419505867/unprotected/cjt/ie9gradients.htc);
background-image: -webkit-gradient(linear,left top,left bottom,from(#f78e1e),to(#e47513));
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#F78E1E',EndColorStr='#E47513',GradientType=0);
border: 1px solid #c60;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
color: #fff;
cursor: pointer;
font-weight: bold;
padding: 5px 25px;
width: auto;
overflow: visible;
}
.button-primary {
background-color: #5fcf80 !important;
border-color: #3ac162 !important;
}
.msg
{
	font-size:11px;
	color:#666;
	padding:10px;
}
#error{font-size:12px; margin-top:10px}