
div#form {
	padding-top: 80px;
	padding-left: 110px;
	text-align: center;
    width: 530px;    
}
form {
    text-align: left;
    background-color: #d7e7ee;
    padding: 1em;
    color: #0099CC;
    -moz-border-radius: 13px;	
    margin: 0px;
}
label#rememberAccLabel {
	color: black;
}
div.ContentTitle {
	
}
div.ContentTitle h2 {
	border-bottom: 1px solid #0099CC;
	padding-bottom: .2em;
	margin: 5px;
}
div.ContentTitle p {
	margin: .5em .5em 0em .5em;
	color: black;
}

#form .TextBox {
	width: 365px;
    _width: 340px;
    
}
#form .Boxed {
	background-color: #e6f1f6;
}
div#form .Message{
	color: red;
}

div#form .SelectBox {
    width: 342px;
	_width: 342px;  
}
div#space{
    height: 12em;
}
.Follow {
    width: 11em;
    color: black;
}

#rememberId {
    margin-left: 10em;
}
div#form div.CommandWrapper {
	margin-right: 1em;
	_margin-right: 0em;
	text-align: right;
	padding: .5em 0em;
}
.ErrorMessage {
	color: red;
}
.LoginDescription {
	text-align: left;
	padding-top: 5px;
}
.LoginDescription a {
	color: #49a0bd;
}
.LoginDescription a:hover {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}
