@charset "utf-8";

/* CSS Document */

body		{ font-family:'Open Sans', sans-serif; margin:0 auto; background-image:url(../images/noise.jpg); }

#wrapper	{ width:944px; margin:0 auto; box-shadow:#CCC 0px 1px 3px 1px ; }

.logo		{ background-color:#f0f0f0; padding:20px 30px; }
.logo img	{ float:left; 	}
.logo h3	{ float:right; padding-right:30px; font-size: 14px; margin:15px 0px 0px; font-weight:400;	}

.clear		{ clear:both;	}

.container		{ background-color:#ffffff; overflow:hidden; }
.container img	{ float:left; padding: 40px 0px 5px 10px; width: 460px;	height:auto; } 

.clientip	{ background-color:#f0f0f0; text-align: right; }
.clientip h6{ font-size:10px; font-weight:400; margin:0px; margin-top: 0px; text-align: right;}

.tree		{ float:left; }
.tree p		{ clear:both; margin-left:20px; font-size:11px; color:#666; }
#logoimg	{ float:right; margin-top: 10px; width: 160px; }


.content		{ background-color:#96c1ee; width:420px; float:right; padding: 20px 20px 72px 30px; }
.content h5		{ font-size:18px; font-weight:400; margin:0px; margin-top: 30px; text-align: center; }
.content img	{ float:none; padding-right:30px; margin-top: 0px; width: 160px; }

.errorMessage	{ margin-top: 25px;  text-align: center; font-weight:lighter; font-size:11px; }

.loginDetails		{ margin-top: 10px;  text-align: center; font-weight:lighter; }
.loginTxtBoxStyle	{ width:230px; height:30px; border-radius: 2px; margin-bottom:10px; border:1px solid #ccc; padding-left:10px; line-height:30px;	}

.loginTxtStyle	{ text-align:left; font-size:12px; }

.loginBtnStyle	{ width:80px; height:30px; border-radius: 2px; margin-top: -5px; background-color: #0069a6; color:#fff; border:0px; border-color: #0069a6; font-weight:600; }

.loginBtnStyle:hover	{ background-color: #1d7bb2; }

.placeholder
{
	color: #AAAAAA;	
}
