﻿body
{
	color: #333;
	font: 70% Helvetica, Tahoma, Sans-Serif;
	padding: 0 3px;
}

body.login
{
	border-top: 0px none;
}

#wrapper, #wrapper h3
{
	margin: 0px auto;
}

#wrapper
{
	background: #ffffff url(../images/login_dup.png) no-repeat;
	font-size: 1.2em;
	margin-top: 20px;
	padding: 35px 20px 20px;
	position: relative;
	width: 509px;
	height: 317px;
}

#wrapper h1
{
	margin: 0px;
	padding: 0 0 13px;
	position: relative;
	text-align: left;
	width: 100%;
}

.message_container
{
	height: 40px;
	margin: 20px 0;
	width: 100%;
}

.MyLogin
{
	width: 100%;
	margin: 20px auto;
}

.MyLoginWrapper
{
	width: 100%;
}


.MyLogin p
{
	clear: both;
	line-height: 20px;
	margin: 10px 0;
	padding: 0px;
	font-size: 14px;
}

.MyLogin p .label
{
	display: block;
	float: left;
	margin-right: 4px;
	text-align: right;
	width: 175px;
}

.MyLogin p.actions
{
	left: 180px;
	margin: 10px 0;
	position: relative;
	text-align: left;
	top: 0;
	width: 240px;
}

.MyLogin p.actions .loginbutton
{
	float: right;
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	color: #333333;
	padding: 4px 5px;
	margin-right: 5px;
	font-weight: bold;
}

.MyLogin p input[type=text], .MyLogin p input[type=password]
{
	width: 230px;
	background: #ffffff url(../images/form_bkg.png) repeat-x;
	border-color: #7c7c7c #c3c3c3 #dddddd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	font-family: Helvetica, Tahoma, Sans-Serif;
	font-size: 1em;
	line-height: 1em;
	padding: 2px 0 2px 4px;
}


/*  FORM ERROR STYLE */

.errorMessage
{
	height: 15px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 5px;
	width: 150px;
	/*background: #bb1200 url(../images/bullet_error.png) no-repeat left top;*/
}

.errorSummary
{
	background: #fbefef;
	color: #000;
	font-size: 12px;
}

#ValidationSummary1, #ValidationSummary2, #ValidationSummary3
{
	margin: 0px;
	padding: 5px;
}

.errorSummary p
{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #bb1200;
	border-bottom: 2px solid #bb1200;
}

.errorSummary ul
{
	list-style: none;
	margin: 0 10px 10px;
	padding: 0px;
	font-size: 14px;
}

.errorSummary li
{
	margin: 5px;
	color: #bb1200;
}
