/* CSS Document */

#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:4px;
	*margin:-3px 0 0 125px;
	}
	
#submit {
	margin:auto;
	float:none;
	width:auto;
	}
	
input {
	width:100px;
	}
	
td {
	width: 100px;
	}