#LoginFormBody
{
	background-color: White;
}

#divLoginForm 
{
	position:relative;
	width: 360px;
	margin: 100px auto;
}

#divLoginForm #uStoreIcon
{
	position:relative;
	top: 16px;
	z-index:100;
}

#divLoginForm .sectionHead
{
	padding-left:25px;
    FONT-SIZE: 12pt;
    position:relative;
    top: -16px;
    color: #ffffff;
}

#main
{
	clear:both;
	padding:0 16px;
	background-color:White;
	position:relative;
}

#divLoginForm #header_middle
{
	background-image: url(/XMPieDashboard/images/Login/middle_header.png);
	background-repeat:repeat-x;
	height:32px;
	width: 328px;
	float:left;
}

#divLoginForm #header_left
{
	width: 16px;
	height:32px;
	float:left;
	background-image: url(/XMPieDashboard/images/Login/left_corner_header.png);	
	background-repeat:no-repeat;
}

#divLoginForm #header_right
{
	width: 16px;
	height:32px;
	float:right;
	background-image: url(/XMPieDashboard/images/Login/right_corner_header.png);
	background-repeat:no-repeat;
}

#divLoginForm .formfield {
	color: #555555;
	font-family: Verdana, Arial,  sans-serif;
	font-size: 13px;
	font-weight: normal;
	position:absolute;
	right: 13px;
	width: 210px;
}

#divLoginForm .formprompt {
	font-family: Verdana, Arial,   sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #1b4167;
}

#divLoginForm td
{
	white-space: nowrap;
	HEIGHT: 24px;
}

#divLoginForm .options
{
	position: absolute;
	right: 16px;
}

.clear
{
	clear:both;
}


#divLoginForm #inputArea
{
	border: solid 1px #17ae50;
	border-top: none;
}

#divLoginForm h2
{
	text-align:center;
	width:100%;
}

#divButtonArea
{
	height:30px;
	padding: 5px 0;
	position: relative;
}
.requiredField
{
	position:absolute;
	right: 6px;
}

#divButtonArea .defaultButton
{
	background-image: url(/XMPieDashboard/images/login/login_normal.png);
	background-repeat:no-repeat;
	background-position:left top; 
	text-decoration: none;       
	display:block;
	height:21px;
	overflow:hidden;
	margin: 10px 0px; 
	color: White;
	position:absolute;
	right: 0px;
	bottom: 0px;
	padding-left:5px;
	border:none;
	background-color:Transparent;
	width: 63px;
	}


    #divButtonArea .defaultButton:hover
    {
		background-image: url(/XMPieDashboard/images/login/login_hover.png);
    }
    #divButtonArea .defaultButton:active
    {
		background-image: url(/XMPieDashboard/images/login/login_selected.png);
    }

    #divButtonArea #logo
    {
    	position:absolute;
    }
    
    #validationSummaryContainer
    {
    	
    	/* margin-top: 60px; */
    }