/* CSS Document */

* {
	padding:0px;
	margin:0px;
	}

#formcontainer {
	width:242px;
	height:189px;
	}

#formBG {
	background:url(form-bg.gif) no-repeat;
	width:242px;
	height:189px;
	}
	
#form {
	background:url(quick_form_bg.jpg) no-repeat;
	float:left;
	width:242px;
	height:180px;
	}
	
#button {
	float:right;
	margin-right:40px;
	clear:left;
	margin-top:10px;
	*margin-top:4px;
	}
	
#submit {
	margin:auto;
	float:none;
	width:auto;
	}
	
input {
	width:100px;
	}
	
td {
 font: bold 11px Arial, Helvetica, sans-serif;
 color: white;
}