 /* Login CSS Definitions */

/* Styles for Login Section 
***********************************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
}

.wrapLoginSection {
	float:right;
}

#loginLeftSide, #loginContent, #loginRightSide {
	float:left;
	height:49px;
}

/* This ID defines the left side of the module, which holds the arrow graphic */
#loginLeftSide {
	width:104px;
	text-align:center;
	background-image:url(curve_leftSide_arrow.png);
	background-repeat:no-repeat;
}
/* certain IE versions will use this*/
* html #loginLeftSide {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/login/curve_leftSide_arrow.png", sizingMethod="crop");
}

#loginLeftSide img.loginState {
	margin:15px 0px 0px 0px;
}
.loginNameLabel {
	font-size:1.8em;
	font-family:VAG Rounded Light, Arial, Helvetica, sans-serif;
	color:#0098bc;
}
/* This ID holds the form elements, content, buttons etc */
#loginContent {
	background:url(loginBg_rep-x.png) top repeat-x;
}
#loginContent * {
	position:relative;
}
/* certain IE versions will use this*/
* html #loginContent {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/login/loginBg_rep-x.png", sizingMethod="scale");
}

/* This ID is purely for presentation as it contains the the curved right side image */
#loginRightSide {
	width:14px;
    background:url(curve_rightSide.png) top right no-repeat;
}
/* certain IE versions will use this*/
* html #loginRightSide {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/login/curve_rightSide.png", sizingMethod="crop");
}

/* This list holds and styles the layout of the form elements and content */
#loginContent ul {
	margin:0px;
	padding:8px 20px 8px 9px;
	list-style-type:none;
}

#loginContent li {
	float:left;
	margin:0px 5px 0px 5px;
}

#loginContent form, #loginContent fieldset {
	border:none;
	padding:0px;
	margin:0px;
}

#loginContent h4 {
	color:#999999;
	font-size:0.75em;
	font-weight:normal;
	margin:0px 0px 0px 5px;
	padding:0px;
	
}

#loginContent h4 a {
	color:#999999;
	text-decoration: underline;
}

#loginContent input.txtInput {
	margin:0px;
	background-color:#f5e5e5;
	border-left:1px solid #e3b7b7;
	border-top:1px solid #e3b7b7;
	border-bottom:none;
	border-right:none;
	font-size:0.75em;
	color:#990000;
	padding:4px;
}

#loginContent input.buttonInput {
	background-color:#e4e4e4;
	color:#222222;
	border:2px solid #cccccc;
	padding:2px;
	font-size:0.75em;
}


/* Global Classes 
***********************************************************************/

/*.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}
.clearfix {display: block;}*/
/* End hide from IE-mac */
