@charset "utf-8";
/* MOCOM SPLASH FORM CSS Document */

/**** GENERAL ****/
html, body {
	margin:0px; padding:0px; width:100%; height:100%;
	background:url(../images/bg.gif) center top #cacacc no-repeat;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

* {
	margin:0px; padding:0px; outline:none;
}

#wrapper {
	background:url(../images/bg.gif) center top;
	margin:0px auto; width:645px; height:660px;
}

#header {
	background:url(../images/bg_top.gif);
	width:605px; height:43px;
}

#bottom {
	background:url(../images/bg_bottom.jpg);
	width:605px; height:333px;
}

#details {
	float:left; width:150px; height:90px;
	padding:240px 0px 0px 60px; color:#333333;
}

/**** BUTTONS ****/
#btn_clientlogin {
	background:url(../images/btn_client_login.jpg); float:right;
	width:147px; height:43px; display:block; text-indent:-999em;
}
#btn_clientlogin:hover {
	background-position:bottom;
}

#btn_submit {
	background:url(../images/btn_submit.jpg);
	width:93px; height:32px; display:block; text-indent:-999em;
}
#btn_submit:hover {
	background-position:bottom;
}

/**** TABLE AND FORM ****/
#signup_table {
	float:right; width:297px; color:#333333;
	padding:55px 0px 0px 30px;
	text-align:left; font-style:italic;
}
#signup_table table td {
	padding:10px 0px;
}

.red {
	color:#990000;
}
.green {
	color:#006600;
}
