@import url('global.css');

#LoginForm{
	color: #fff;
}

h2.login{
	background-color: #43403e;
	border-bottom: 1px dashed #5e5a58;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	/*height: 20px;*/
	margin: 0;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	color: #e5e2e0;
	background-image: url(../images/logonBg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#LoginForm{
	width :165px!important;
	width /**/ : 150px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-top: 10px;
	margin: 0px 0px 0px 15px;
}

#LoginForm .fieldWarning {color: #cc6600;font-weight: bold;}
#LoginForm .fieldError {color:#CC3300;font-weight: bold;}

#LoginForm label{
	display:block;
	color : #e5e2e0;
	margin-left: 2px;
	margin-bottom: 5px;
	margin-top:10px;
	font-size: 11px;
	letter-spacing: 1px;
}

#LoginForm fieldset input{
	padding: 5px;
	width: 131px !important;
	width /**/: 133px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#LoginForm input.button{
	border: 1px solid #857661;
	margin-left: 78px;
	margin-top: 18px;
}

#cmsPage{
	margin-left:10px;
}

#ForgotPassword {
	padding-bottom: 15px;
	width :165px!important;
	width /**/ : 150px;
	margin-left: 15px;
	color: #7c7672;
}
#ForgotPassword a {
	color :#7c7672;
	text-decoration: underline;
}
#ForgotPassword a:link,#ForgotPassword a:visited {
	color :#7c7672;
	text-decoration: underline;
}
#ForgotPassword a:hover,#ForgotPassword a:active {
	color :#AAA6A4;
	text-decoration: underline;
}
#SignUp{
	width: 180px;
}
#SignUp a{
	display:block;
	text-decoration: underline;
	color : #7c7672;
	background-color: #43403e;
	padding: 5px 0;
	text-indent: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5e5a58;
}
#SignUp a:link,#SignUp a:visited{
	color: #7c7672;
	text-decoration: underline;
}
#SignUp a:hover,#SignUp a:active{
	color: #AAA6A4;
	text-decoration: underline;
}
#AccessBlock{
	float: left;
	height: 290px;
	background-color: #423f3d;
	background-image: url(../images/logonBg.gif);
	background-repeat: repeat-x;
}
#MediaPlaceHolder{
	background-color: #FFFFFF;
	margin: 0px;
	clear: both;
}#MediaPlaceHolder #ImagePlaceHolder {
	float: left;
	height: 290px;
}
.buttonLogin{
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 15px;
}
#Languages {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	color : #999;
}
#Languages a {
	font-weight: bolder;
}
