﻿/* Login page and Reset Password page Styles */

h2 {
	font-size: 18px; font-size: 1.8rem;
	color: #000;
}

h3 {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 1em;
}

.titleAnnouncements, .titleSignin, .titleResetPassword, .titleTips { padding-left: 35px; }

div#divContainer {
	width: 760px;
	margin: 0 auto;
	min-width: 0;
}

body div.errorContainer {
    margin: 56px auto 0 auto !important;   
}

div.errorContainer h2 {
    padding-left: 30px;
    background: transparent url(../Images/icons/red-cross.png) 0 7px no-repeat;   
}

div#divHeader {
	width: 700px;
	height: 70px;
	padding-bottom: 20px;
}

ul#ulUtilities li label {
    display: inline;
}

ul#ulActivation li label {
    display: inline;
}

div#divFormCol {
	float: left;
	width: 400px;
	margin-right: 30px;
}

div#divFormCol .full input[type="text"], div#divFormCol .full input[type="password"] {
	width: 282px;
}

.full a {
	margin: 10px 0;
	color: #8d8d8d;
	text-decoration: underline;
}

.full a:hover {
	color: #000;
}

div#divInfoCol {
	float: left;
	width: 270px;
}

div#divInfoCol strong {
    color: #000;   
}

div#divAnnouncementContent, div#divInfoCol p {
    color: #828282;
}

label.greyLabel  {
    color: #828282;
   font-weight: normal;
}

#pExpired {
    text-align: center;  
}

