@charset "utf-8";
*{
	padding:0;
	margin:0;
}
.row{
	width:100%;
}
#contents #rightContentLogin{
	width:760px;
	float:right;
	margin-right:15px;
}
#contents #rightContentLogin h1{
	color:#db002f;
	font-weight:normal;
	font-size:225%;
}
#contents #rightContentLogin #buttons{
	padding:10px 20px;
	background:url(../images/grey-bg.jpg) repeat-x;
}

#contents #rightContentLogin #form{
	margin-top:10px;
	padding:30px 20px;
	background:#cdddf1;
	color:#333;
	line-height:250%;
	z-index:1;
}
#contents #rightContentLogin #form span{
	display:inline-block;
	/*margin-left:30px;*/
	color:#666;
	font-size:85%;
}
#contents #rightContentLogin #form label{
	display:inline-block;
	width:150px;
	font-weight:normal;
}
#contents #rightContentLogin #form input{
	width:210px;
	padding:2px 0;
	border:1px solid #8f99a5;
	}
#contents #rightContentLogin #form #errorMsg{
	background:#db002f;
	color:#fff;
	font-weight:bold;
	font-size:85%;
	display:block;
	width:660px;
	padding:20px 30px;
	margin-bottom:25px;
	display:none;
	line-height:180%;
}
#contents #rightContentLogin #form .form-item{
	margin-top:2px;
	margin-bottom:0px;
	margin-right:30px;
}

#contents #rightContentLogin #form input.form-submit{
	clear:both;
	float:left;
	background:url("/sites/all/themes/RAF/images/button-login.png") no-repeat scroll 0 0 transparent;
	height:27px;
	margin:15px 0 0 152px;
	width:138px;
	text-indent:-999px;
	border:none;
	padding:0 0 0 150px;
	overflow:hidden;
}

#contents #user-pass #rightContentLogin #form input.form-submit{
	clear:both;
	float:left;
	background:url("/sites/all/themes/RAF/images/button-pass.png") no-repeat scroll 0 0 transparent;
	height:27px;
	margin:15px 0 0 152px;
	width:138px;
	text-indent:-999px;
	border:none;
	padding:0 0 0 150px;
	overflow:hidden;
}
#contents #user-register #rightContentLogin #form .form-submit{
	clear:both;
	float:left;
	background:url("/sites/all/themes/RAF/images/create-account.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	height:27px;
	margin:15px 0 0 152px;
	width:138px;
	text-indent:-999px;
	cursor:pointer;
	padding:0 0 0 150px;
	overflow:hidden;
	
}
#contents #user-pass #rightContentLogin #form .form-submit{
	clear:both;
	float:left;
	background:url("/sites/all/themes/RAF/images/create-account.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	height:27px;
	margin:15px 0 0 152px;
	width:138px;
	padding:0 0 0 150px;
	overflow:hidden;
}
#contents #user-profile-form #rightContentLogin #form .form-submit{
	clear:both;
	float:left;
	background:url("/sites/all/themes/RAF/images/button-updateyouraccount.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	height:27px;
	margin:15px 0 0 152px;
	width:138px;
	padding:0 0 0 150px;
	overflow:hidden;
}
 .form-submit{
	 cursor:pointer;
 }

#contents #user-register #rightContentLogin #form fieldset{
	display:none;
}

.txt{
	color:#666666;
	display:inline-block;
	font-size:85%;	
	float:left;
}

/* after login page */
#wrapper #contents .profile{
	
	width:300px;
	/*-moz-border-radius:5px;
	-webkit-boder-radius:5px;*/
	background-color:#cdddf1;
	padding:10px 20px 20px 20px;
	margin-left:10px;
	
}
#wrapper #contents .profile h3{
	border:none;
	margin-bottom:10px;
} 

/* order*/
#contents table.uc-order-history{
	
	width:400px;
	/*-moz-border-radius:5px;
	-webkit-boder-radius:5px;*/
	background-color:#cdddf1;
	padding:10px 20px 20px 200px;
	margin-left:10px;
	
	
}
#contents table thead th.active{
	margin:10px;
	padding-left:10px;
}
#contents table thead th.active a{
	margin:10px;
	text-decoration:none;
}

#user-profile-form #edit-mail-wrapper{
	line-height:150%;
}

#edit-pass-wrapper .description{display:inline}