html{ background:none  }
body{
	background:#fff url('../images/login_bg.png') repeat-x 0 0
}
#doc2,#yui-main { background:none; padding:0;
    width:46.154em; /* 600/13 */ 
    *width:45.000em;/* 600/13.3333 */
}

#landing_page{
    width:46.154em; /* 600/13 */ 
    *width:45.000em;/* 600/13.3333 */
    
    margin:auto;
    text-align:left;
    min-width:600px;    
}

#landing_page_med{
    width:53.846em; /* 600/13 */ 
    *width:45.000em;/* 600/13.3333 */
    
    margin:auto;
    text-align:left;
    min-width:700px;    
}

#landing_page label,#landing_page_med label{ color:#000; display:inline; clear:none; font-weight:bold }


/***** WebLoginPE Styles *****/

/* HTML */
label{
	color:#fff;
	display:block;
	clear:both;
	height:25px;
	width:75%;
	font-size:1.1em;
	line-height:1.6em;
	padding-bottom:3px
}
label select,
label input{
	padding:2px;
	font-size:1em;
	float:right;
	height:20px;
	line-height:1.4em
}
label input{

	width:135px;

	border-top:1px solid #2a2a2a;
	border-left:1px solid #303030;
	border-bottom:1px solid #6c6c6c;
	border-right:1px solid #555;
}
label select{
	height:24px;
	width:140px;
}

label span{
	display:block;
	width:125px;
	text-align:right;
	float:left
}


