body {
	margin:0px;
	padding:0px;
	height:787px;
	background:url(../images/bg.jpg) no-repeat center top;
}
.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
}
.content1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	font-weight:bold;
}
.formcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	font-weight:bold;
}
/* ----- Validation ----- */
.redco {
	color:#F00;
	font-size:11px;
	font-weight:bold;
}
#msg {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	z-index:200;
	background:url(../images/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
	margin:0 0 0 8px;
}
#msgcontent {
	display:block;
	color:#000;
	background:#fbdcdd;
	border:2px solid #c9272b;
	border-left:none;
	padding:5px;
	min-width:45px;
	max-width:150px
}
#msgcontent strong {
	color:#F00;
}
/* ----- Validation Ends ----- */
.textbox{
	border: 1px #e6e6e6 solid;
	background: #FFF;
	color: #000;
	height: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float: left;
	clear: both;
	display: block;
}
.loginbutton{
	width: 82px;
	height: 20px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	margin-left:25px;
	background: transparent url(../images/button_login.jpg) no-repeat 0 0;
}
.jointcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ed1b55;
	font-weight:bold;

