/**
 * project: webfrills.com
 * filename: form.css
 *
 * @author jeffrey tan (jeffrey_design@yahoo.com)
 * @version 1.0 on aug 2008
 * @copyright jeffrey tan. all rights reserved.
 */

.enquiryForm {
	top: 120px;
	/*right: 188px;*/
	width: 300px;
	float: left;
	padding: 5px 8px 5px 8px;
	position: absolute;
	border: 1px dashed #cccccc;
	color: #454545;
	font-size: 11px;
}
