div.signupform_outer{
	width: 392px;
	margin: 10px auto;
}

div.signupform{
	padding: 31px 20px; 
	border:1px solid #e5e5e5;
	border-radius: 10px;
	background: #fbfbfb url(/images/layout/login-keys.jpg) no-repeat 10px 5px;
}

div.signupform label{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.signupform .remember label{
	display: inline;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 12px;
}

div.signupform .remember input{
	cursor: pointer;
	margin: 0px;
}

div.signupform input.text{
	border: 2px inset #000000;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 206px;
	margin-bottom: 10px;
}

input.box_button{
	color: #FFFFFF;
	border-width: 0px;
	border-radius: 5px;
	padding: 6px 20px;
	font-size: 14px;
	background-color: #006d9e;
	background: -moz-linear-gradient(center top, #009de0 0%,#019bdb 40%,#006d9e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009de0),color-stop(0.4, #019bdb),color-stop(1, #006d9e));	
	box-shadow: 0px 2px 0px 0px #000000;
	font-weight: bold;
	font-family: Tahoma;
	cursor: pointer;
	margin-bottom: 5px;
}

input.box_button_right{
	float: right;
}

input.box_button_gray{
	background-color: #BBBBBB;
	background: -moz-linear-gradient(center top, #DDDDDD 0%,#EEEEEE 40%,#BBBBBB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DDDDDD),color-stop(0.4, #EEEEEE),color-stop(1, #BBBBBB));	
	color: #000000;
}

input.box_button_red{
	background-color: #FF0000;
	background: -moz-linear-gradient(center top, #FF5555 0%,#FF9797 40%,#FF0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF5555),color-stop(0.4, #FF9797),color-stop(1, #FF0000));	
	color: #FFFFFF;
}

input.box_button_green{
	background-color: #008000;
	background: -moz-linear-gradient(center top, #11FF11 0%,#00EC00 40%,#008000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #11FF11),color-stop(0.4, #00EC00),color-stop(1, #008000));	
	color: #FFFFFF;
}

input.box_button_yellow{
	background-color:#FFFF00;
	background: -moz-linear-gradient(center top, #FFFF00 0%,#FFFFCE 40%,#FFFF00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF00),color-stop(0.4, #FFFFCE),color-stop(1, #FFFF00));	
	color: #000000;
}

input.box_button_black{
	background-color: #000000;
	background: -moz-linear-gradient(center top, #000000 0%,#555555 40%,#000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000),color-stop(0.4, #555555),color-stop(1, #000000));	
	color: #FFFFFF;
}

input.box_button_white{
	background: none;
	background: -moz-linear-gradient(center top, #FFFFFF 0%,#EEEEEE 40%,#FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(0.4, #EEEEEE),color-stop(1, #FFFFFF));	
	color: #000000;
}



div.signupform a.forgot_link{
	float: right;
	color: #000000;
	position: relative;
	top: -24px;
	right: -10px;
	font-size: 11px;
	font-family: Tahoma;
}

div.signupform form{
	margin: 0 auto auto 92px;
	width: 210px;
}

div.login_area{
	font-weight:bold;
	font-size:18px;
}

