/**
 * Style sheet Login
 */
.loginbox
{
	width:734px;
	margin:20px auto 0px auto;
	padding:0px;
	text-align:right;
	background-color:#333333;
}

a.class1
{
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
}

a.class1:hover
{
	text-decoration:underline;
	color:#ffffff;
}

.mod_login .text
{
	width:90px;
	height:14px;
	margin-left:3px;
	background-color:#ffffff;
	border:0px solid;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#333333;
	line-height:14px;
}

.mod_login .submit
{
	width:58px;
	height:13px;
	background-color:#333333;
	border:0px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#ffffff;
	line-height:10px;
}

