﻿#userDetails
{
    margin-left: 15px;
    font: 12px arial;
}
#userDetails .row
{
    height: 28px; margin-top: 3px;
    clear: both;
}

#userDetails .control
{
    width: 320px; height: 24px;
    float: left;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    padding: 2px 0px 0px 8px;
    
}
#userDetails .control label
{
	background-image:none;
}
#userDetails .control input
{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#userDetails .buttonsHolder
{
    width: 150px;
    margin-top: 10px;
    margin-left: 192px;
    padding: 4px;
    
}

.row label
{
    width: 170px; height: 20px;
    float: left;
    background-color: #EAEAEA;
    border: solid 1px #CCCCCC;
    padding-left: 4px; padding-top: 6px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	background-image:url("../../../App_Themes/DefaultTheme/Images/fieldGradient.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
}


.row input, .row textarea
{
	/*
    width: 200px; height: 16px;
    font-size: 12px;
    padding-left: 3px;
    border-left: 1px solid #A2A293;
    border-top: 1px solid #A2A293;
    border-right: 1px solid #E2DED3;
    border-bottom: 1px solid #E2DED3;
    */
    
    background-color:#ECECEC;
	color:#575757;
	font-size:11px;
	width: 200px; height: 16px;
	padding-left: 3px;
	border-left: 1px solid #A2A293;
    border-top: 1px solid #A2A293;
    border-right: 1px solid #E2DED3;
    border-bottom: 1px solid #E2DED3;
}
.row textarea
{
	width: 305px;
}


/*-- LOGIN FORM ----------------------------------------------------------------------------*/
/*.LoginForm, .AspNet-Login
{ 
    font: 12px solid arial;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #2E4E6F;
    width: 280px;
    padding: 20px;
    background: #f5f5f5;
}
.LoginForm div
{
    text-align: right;
    margin-bottom: 5px;
}
.LoginForm input
{
    width: 140px;
}
.LoginForm .Register
{
    font-weight: bold;
    text-decoration: underline;
    color: #2E4E6F;
}
.LoginForm label
{
    float: left;
    font-weight: bold;
}

*/


.LoginForm .ErrorLabel
{
    font: normal 12px arial;
    color: Red; 
    margin:0 0px 0px 0px;
    float:left;
    padding-bottom:10px;
    
}



/* ---------------- LOGIN BOX STYLES ------------------------ */
#loginContainer
{
	background-color:#2C2C2C;
	background-image:url(../../../App_Themes/DefaultTheme/images/bg_loginHoriTile.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	height:auto;
	width:100%;
}
.LoginForm, .AspNet-Login 
{
	background-image: url(../../../App_Themes/DefaultTheme/images/hdr_login.jpg); 
	background-repeat: no-repeat; 
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.LoginForm input
{
    background-color:#ECECEC;
	color:#575757;
	display:inline;
	font-size:10px;
	height:15px;
	margin:0 1px 8px 8px;
	width:100px;
}
.LoginForm .ForgottenPassword
{
    margin-top: 10px;
    font-size: 11px;
    color: #DDDDDD;
    
}
.LoginForm .ForgottenPassword a
{
	color: #DDDDDD;
}
.LoginForm .Register a
{
	color: #DDDDDD;
}
.LoginForm .Register
{
    text-decoration: underline;
    color: #DDDDDD;
}
.LoginForm label
{
    float: left;
    font-weight: bold;
    color: #DDDDDD;
}
/*
.LoginForm .button {
	background-image: url(../../../App_Themes/DefaultTheme/images/btn_go.jpg);
	width:37px; 
	height:22px;
	float: right; 
	margin-right: 15px; 
	margin-bottom: 3px;
}
*/



/* ---------------- END LOGIN BOX STYLES ------------------------ */


/*-- FORGOTTEN PASSWORD FORM --------------------------------------------------------------------------*/
.ForgottenPasswordForm
{
    font: 12px solid arial;
    position: relative; left: 120px;
    margin-top: 70px;
    padding: 10px;
    background: #F5F5f5;
    border: 1px solid #2E4E6F;
    width: 280px;
    text-align: left;
}
.ForgottenPasswordForm label
{
    margin: 0px;
}
.ForgottenPasswordForm input
{
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0px;
}
.ForgottenPasswordForm .button
{
    margin:0px;
    width: 80px; height: 14px;
}
.ForgottenPasswordForm .PanelMessage
{
    margin-top: 10px;
    color: Red;
}

/*------------------------------------COMMON----------------------------*/
.noBorder input
{
    border: none;
    background: red;
}