/* CSS Document */
.corpmail {
	float:left;
	padding-left:100px;
	width:300px;
	height:195px;
}
.account {
	float:left;
	height:195px;
	padding-left:100px;
	width:300px;
}
.loginBox {
	width:350px;
	height:260px;
	float: right;
	border: 1px solid #000000;
	position: static;
	margin-right:10px;
	background: #FFFFFF url(../images/bg-login.jpg) repeat-x left top;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:19px;
}

.loginBox p { margin-top:2px; margin-left:3px; color:black}
.title_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E16E01;
}
.text_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
