/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}

#formcontainer {
	width:224px;
	height:222px;
	}

#formBG {
	background:url(form_bg.jpg) no-repeat;
	float:right;
	width:224px;
	height:222px;
	}
	
#Quickform {
	background:url(quick_form_bg.jpg) no-repeat;
	float:left;
	width:147px;
	height:244px;
	}
	
#button {
	margin: -7px 0 0 0px;
	*margin: -22px 0 0 0px;
	clear:left;
	}
	
td {
 font: bold 11px Arial, Helvetica, sans-serif;
 color: white;
}
