/* Right aligned table cell */
.thinClient.css {
	font-family: Arial, Helvetica, sans-serif, "Segoe UI", Verdana;
}
* {margin:0; padding:0;}

/*html {
	font: 90%/1.3 arial,sans-serif;
	padding:1em;
	background:#fafafa;
	background-image: url(/login/images/LogOnBackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}*/
body {
	font: 100%/1.4 Arial, Helvetica, Verdana, sans-serif;
	background: #eeefef;
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	height: 100%; 
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	width:Auto;
	/*background:#fff;*/
	
	/*border:1px solid #eee;*/
	/*position: absolute;*/
	float:right;
}


label {
	float:right;
	width:auto;
	/*min-width:160px;*/
	text-align:right;
	margin-right:10px;
	font-size:13px;
	
}
legend {
	color:#009530;
	font-size:1.4em;
	margin-bottom:5px;
	
}
legend span {
	width:10em;
	text-align:right;
}
input[type="text"], input[type="password"]  {
	width:260px;
	height:24px;
	border:1px solid #9fa0a4;
	/*background:#fafafa;*/
	font:0.95em arial, sans-serif;
	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px; 
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
	clear: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size:13px;
	float:right;
}
input:hover, input:focus {
	border-color:#4FA600;
       /* -webkit-box-shadow: inset 0px 2px 5px 2px #d8d8d8;
        -moz-box-shadow: inset 0px 2px 5px 2px #d8d8d8;
        box-shadow: inset 0px 2px 5px 2px #d8d8d8;*/
        
	/*background:#f6f6f6;*/
} 

input not[type="checkbox"]{ 
/* background:#fff;
 border: 1 none transparent; 
 color:#333333;
float: left;
display: block;
text-align:right;
width:23px;
height:23px;
padding-left:6px;
margin:0; 
vertical-align:middle ;*/

} 

fieldset {
	border:1px solid #ddd;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 11px;
	padding-left: 7px;
	vertical-align:middle;
}

.inputLength
{
	width:260px;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

.chkRememberMe{
/*background:#fff;*/
border:none;
color:#333333;
float: left;
display: block;
/*text-align:right;*/
/*width:23px;*/
height:23px;
padding:0;
margin:0; 
vertical-align:middle ;
*overflow: hidden; 

}

.chkRememberMe label
{
float:left;
margin-top:3px;
margin-left:0;
text-align:left;
padding-left: 22px; 
text-indent: -22px; 
display: block; 
padding-right: 10px; 
white-space: nowrap; 




}


#chkAlign
{
float:right;
width:200px;
margin-right:74px;	
}

.buttonLogon {
	width:160px;
	height:40px;
	margin-top:10px;
	/*margin-top:1em;*/
	/*margin-right:43px;'/
	cursor:pointer !important;
	cursor:hand;
	/*clear:none;*/
	/*overflow:hidden;*/
	text-align:center;
	color:#000;
	background-color: #dcdcdd;
	border:1px solid #9a9b9d;
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px; 
	padding: 5px;
	float:right;
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdd));
	background: -moz-linear-gradient(top,  #ffffff,  #dcdcdd);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdd');

}


.buttonLogon:hover {
 background: #dfe0e0;
 background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#cccfd0));
 background: -moz-linear-gradient(top,  #efefef,  #cccfd0);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cccfd0');
 border:1px solid #4fa600;


}


/*.buttonLogon:hover, .buttonLogon:focus {
	border-color:#e47f00;
	background:#87d300;
	color:#ffd100;
} 
*/

#errorDivWrap
{
	display:none;
	border:1px solid #6CB1E5;
	margin-top: 5px;
	margin-bottom: 11px;
	margin-right: 0px;
	margin-left: 0px;
	float:right;
	width:260px;
	background-color: #EEF7FC;
	color: #A6034D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius: 5px; 
}

#errorTextDiv
{
	float:right;
	display:none;
}
#errorImageDiv
{
float:left;
margin-bottom:3px;
margin-right:0px;
margin-top:5px;
margin-left:3px;
text-align:left;
visibility:hidden;
width:16px;
display:none;
/*background-image: url(/login/images/Error_Stop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

#errorTextField
{
	margin-left:2px;
	margin-top:6px;
	margin-bottom:6px;
	visibility:hidden;
	float:left;
	text-align:left;
	width:226px;
	font-size:11px;
	
}



		
.roundedcornr_box {
	background: url(/login/images/roundedcornr_tl.png) no-repeat top left;
	width:460px;
	margin-left: auto;
	margin-right: auto;
}
.roundedcornr_top {
	background: url(/login/images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(/login/images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(/login/images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(/login/images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -11px;
}
.roundedcornr_content {
	/*padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 11px;*/
}

a:link {
	color: #42b4e6;
	text-decoration: underline; 
}
a:visited {
	color: #42b4e6;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #42b4e6;
}

div#wrapper {
	background-color: red; /* cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}

div#center {
	overflow: visible; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -444px; /* half of width */
	width: 888px; /* width of div */
	height: 618px; /* height of div */
	top: -309px; /* half of height */
}
/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 885px;
	height: 618px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #eeefef;
	background-image: url(/login/images/LogOnBackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: auto;
	margin-bottom:auto;	
}

.productName
{
	font-size:26px;
	margin-left: 133px;
	margin-top: 43px;
	font-weight: bold;
	position: absolute;
	
}



/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {

	padding: 10px 0;
	padding-top: 200px;
	margin-right:43px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#version {
	font-size: 16px;
	margin-top: 38px;
	margin-left: 514px;
	position: absolute;
	font-weight: bold;
}

#copyright {
	font-size: 11px;
	margin-top: 558px;
	margin-left: 43px;
	position: absolute;
	text-wrap:none;
	width:auto;
	line-height: 13px;
}
#copyright2 {
	font-size: 10px;
	margin-top: 584px;
	margin-left: 43px;
	position: absolute;
	text-wrap:none;
	width:auto;
	line-height: 13px;
}

#info {
	font-size: 13px;
	margin-top: 506px;
	margin-left: 43px;
	position: absolute;
	text-wrap:none;
	width:auto;
	line-height: 13px;
	padding-left: 18px;
	padding-top:3px;
	padding-bottom:3px;
	background-image: url(/login/images/roundedcornr_r.png);
	background-repeat: no-repeat;
	background-position: left center;
}



