/* CSS Document */

#formcontainer {
	width:240px;
	height:150px;
	}

#formBG {
	background:url(form-bg.gif) no-repeat;
	width:240px;
	height:150px;
	}
	
#form {
	background:url(quick_form_bg.jpg) no-repeat;
	float:left;
	width:240px;
	height:150px;
	}
	
#button {
	float:right;
	margin-right:40px;
	clear:left;
	margin-top:6px;
	*margin-top:-3px;
	}
	
#Test{
 margin:0px 0px 30px 0px;
}