@charset "utf-8";
/* CSS Document */

.secondcontainer {
	width: 510px;
	font-family:tahoma;
	font-size:12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear:both;
	border:#f1f1f1 1px solid;
}


.texts {
	width: 500px;
	font-family:Tahoma;
	font-size:12px;
	color:#444444;
	text-align:justify;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	text-decoration:none;
}

.texts a{
	color:#0051cd;
	text-decoration:unerline;
}

.texts a:hover{
	color:#3a88ff;
}

.logincontainter{
	width: 480px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:#fbfbfb;
	text-align:left;
	border: #d1d1d1 1px solid;
}


.fulladdress{
	width:200px;
	height:16px;
	margin-top:-10px;
	margin-left:8px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	background:url(../images/lock.jpg) no-repeat #fbfbfb;
	font-weight:bold;
	padding-left:26px;

}



.logintextboxes {
	width: 350px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	background:#fbfbfb;
}


.textboxes {
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}


.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	text-align:left;
}


.input {
	border: 1px solid #dfdfdf;
	width: 180px;
	background: #f9f9f9;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:4px;
	outline:none;
}
		
.input:focus {
	border:1px solid #c6c6c3;
	background: #f3f3f3;
}

.submit-btn {
	width: 76px;
	height: 26px;
	background: url(../images/login.gif) no-repeat;
	outline: none;
}
