/* Form styles */
div.form-container { margin: 20px; padding: 5px; background-color: #FFF; border: #DDD 1px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { color: #fff; padding: 8px 60px 8px 8px; border: #FFDF5F 1px solid; background:#BD0102 url(../Img/form-error.jpg) repeat-x top center; margin-bottom: 12px; }
div.errors em { color: #C00; font-style: normal; font-weight: bold; }

div.errors ul{margin-left:20px;
list-style-type:disc;}

div.errors li{
background-image: none;
margin: 1em 2em 1em 2em;
padding: 0 0.5em;
}

div.errors h3 { 
margin-bottom: 12px;
}
.orp-form p { margin: 0; }
.orp-form  p.note { margin-left: 170px; font-size: 90%; color: #333; }
.orp-form  fieldset { margin: 10px 0; padding: 20px 10px 40px 10px; border: #CCC 1px solid;background:#fff url(../Img/frm-back.jpg) no-repeat bottom right; }
.orp-form  legend { font-size: 1.9em; color: #103F76; padding:0.3em;	margin:0; font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal; }
.orp-form  fieldset div { padding: 0.4em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; font-weight:bold; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
.req{font-size: 120%; font-style: normal; color: #C00;}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }


.checktab label { text-align: left!important;width: 300px!important;}

.checktab table {font-size:1.1em;}


div.form-container div.buttonrow { margin-left: 180px; }

.user-fld{
	font-size:13px;
	width: 260px;
	padding: 2px;
}



.loginform {
	font-weight: bold;
}

.loginform .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}

.loginform .submit { text-align:right; }

.loginform p { margin-bottom: 16px; }


.loginform { width: 240px; margin: 1em auto; }

.login_error{
	margin: 0 ;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
}


.user_login, .user_pass{
	font-size:16px;
	width: 230px;
	padding: 3px;
}


a.btn-signin{
background: transparent url('../img/btn-orange-l.gif') no-repeat top left;
display: block;
float: right;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
margin-left: 6px;
}

a:link.btn-signin, a:visited.btn-signin, a:hover.btn-signin, a:active.btn-signin{
color: black; /*button text color*/
}

a.btn-signin span{
background: transparent url('../img/btn-orange-r.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}


a.btn-form{
background: transparent url('../img/btn-orange-l.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
margin-right: 6px;
}

a:link.btn-form, a:visited.btn-form, a:hover.btn-form, a:active.btn-form{
color: black; /*button text color*/
}

a.btn-form span{
background: transparent url('../img/btn-orange-r.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}


a:hover.btn-signin{ /* Hover state CSS */
text-decoration: none;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}