﻿/* 
Coldskin #2 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/08/contact-coldskins/ 
*/

div#coldform * {
	margin: 0;
}
div#coldform {
	margin: 11px 0;
	width: 500px;
}
div#coldform fieldset {
	border: 0 none;
	display: block;
	clear: both;
}
div#coldform legend.hide {
	display: none;
}
.label:before {
}
.input:focus, textarea:focus { 
}
div#coldform label.label {
	display: block;
	margin: 5px 0;
	width: 120px;
	clear: right;
	float: right;
	height:30px;
}
div#coldform textarea#coldform_message,  
div#coldform input.input {
	margin-top: 7px;
	display: block;
	width: 350px;
	clear: left;
	float: left;
}
div#coldform input.submit {
	margin: 7px 0 17px 0;
	cursor: pointer;
	display: block;
	padding: 3px;
	width: 100px;
	color: #888;
	clear: left;
	float: left;
}