
p {
    padding: 5px 5px;
}


#contact_form
{
	border: solid 0px #000000;
	line-height: 1.5em;
	margin-right: 5px;
}

#contact_form input.text{
	height: 50px;
	padding: 3px 8px;
	color: #000000;
}

body#body_craftwinder #contact_form input.text{
	height: 50px;
	padding: 3px 8px;
	color: #000000;
	border: solid 1px #000000;
}

#contact_form input.qty{
    width: 20px;
    height: 50px;
}

#contact_form label {
    width: 100px;
}

#contact_form textarea {
	margin:3px;
	height:165px;
	background: url(/resources/images/contactform_textarea_bg.gif);
	width:199px;
}

#contact_form input.submit {
	margin:3px;
	background: transparent url(/resources/images/contactform_submit.gif) no-repeat;
	height:20px;
	width:80px;
}

#contact_form
{
	padding-left: 10px;
	width: 500px;
}