@charset "utf-8";
/* CSS Document */

body
{
font:12px Arial;
text-align: center;
color:#555555; 
}

a {
color:#555555;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

img {
border:none;
}

#container {
width:945px; 
margin-left:auto; 
margin-right:auto;
text-align: left;
}


#header {
min-height:90px;
margin-top:10px;
}

#logo {
float:left; 
width:530px;
}

#logo img {
padding-bottom:5px;
}

.login {
float:left; 
width:415px;
margin-top:20px;
text-align:right;
}

#banner {
clear:both;
border-top: 1px solid #cccccc; 
height:268px;
}

#banner p {
float:left; 
width:527px; 
font-size: 26px; 
color: #737373; 
margin-top:50px; 
}

#messageHeader {
text-align:center; 
background-image:url(../images/bg_messaging_header.jpg); 
clear:both; 
width:100%;  
font-size:15px; 
font-weight:bold; 
height:38px;
}

#messageHeader .column1, #messageHeader .column2, #messageHeader .column3 {
width:33%; 
float:left; 
margin-top:8px;  
border-right:1px solid #bfbfbf;
}

#messageHeader .column3 {
border:none;
}

.inputText {  
width:200px;
}

.registrationForm {
padding-top:5px; margin:10px
}

#registrationForm #terms {
float:left; 

}

#messaging #messagingIn ul {
font-size:14px;
margin-left: 25px;
padding-left: 0;
list-style: none;
color:#555555;
}

#messaging #messagingIn li {
padding: 20px ;
padding-top:0px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}



#messaging {
clear:both;
}

#messaging p {

font-size:14px; 
padding-top:5px; 
margin:10px;
color:#555555;
}

#messaging .column1, #messaging .column2,  #messaging .column3 {
width:33%; 
float:left; 
border-right:1px solid #bfbfbf; 
height:100%;
min-height:450px;
}
#messaging .column3 {
border: none;
}

#enterpriseBox{
background-color:#fbfbfb; 
color:#084596; 
width:90%; 
margin-left:10px;
border:1px solid #e6e6e6
}

#enterpriseBox p{
margin-left:94px;
font-size:12px;
margin-top:0px;

}
.termsCheckbox {
float:left; width:20px;
}

.terms {
float:left; width:250px;
}

#footer {
clear:both;
border-top:1px solid #bfbfbf; 
font-size:11px;
}

#footerLinks {
float:right;
}

#footerLinks ul {
padding: 0;
margin: 0;
}

#footerLinks li {
display: inline;
list-style-type: none;
padding-right: 10px;
}

#footer a {
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}


#content {
border-top: 1px solid #cccccc;
}



h1 {
font-size:22px;
font-weight:normal;
margin-top:5px;
}


ol{
margin-top:15px;
font-size:14px;

}
ol li {
margin:25px;
}


#login_Error
{
	color:Red;
	text-align: center;
}
	
#CheckBoxRememberMe {
	margin-right:5px;
}

#copyright {
float:left;
}

#poweredBy {
clear:both; float:right;
}

#ValidationSummary { padding-top: 5px; font-weight: bold; }
#ValidationSummary ul { list-style-type: disc; }
#ValidationSummary li { font-size: 12px; color:Red; font-weight:normal; background-image: none; padding: 5px 0 0 3px; }
#SignupError { color: Red; }
#SignupSuccess { background-color: #ebebeb; border: solid 1px #bfbfbf; font-weight: bold; padding: 3px; }
#SignupEmailFailure { background-color: #ebebeb; border: solid 1px #bfbfbf; font-weight: bold; padding: 3px; color: Red; }
