/*  
Theme Name: Greed
Theme URI: http://www.wpdesigner.com/
Description: Greed WordPress theme of the Seven Deadly Sins series by Small Potato. Released under GPL.
Version: 0.9 RC2
Author: Small Potato
Author URI: http://www.wpdesigner.com/

This theme was designed and coded by Small Potato of Wpdesigner.com.
http://www.opensource.org/licenses/gpl-license.php
*/

/************************contact form styling*********************************/

div#coldform {
	font-size: 12px;
	width: 450px;
	color: #333;
	margin: 5px 0 12px 20px;
}
div#coldform fieldset {
	border: 0 none;
	display: block;
}
div#coldform legend.hide {
	display: none;
}
div#coldform label.label {
	margin: 5px 0 2px;
	text-align: left;
	display: block;
	border: 0 none;
	float: left;
	clear: both;
}
div#coldform input.input {
	padding: 3px;
	float: left;
	clear: both;
	width: 80%;
	border: 1px solid #ccc;
	background-color: #E9F3FC;
}
div#coldform textarea#coldform_message {
	line-height: 1.5em;
	font-size: 12px;
	padding: 3px;
	float: left;
	clear: both;
	width: 80%;
	border: 1px solid #ccc;
	background: #E9F3FC;
}
div#coldform input.submit {
	margin: 6px 0 12px;
	padding: 3px;
	width: 25%;
}