@import "calendar.css";

.cform {}

.cform .cf_hidden {
	display			: none; 
	border			: none!important;
	background		: none!important;
	padding			: 0!important;
	margin			: 0!important;
	}

ol.cf-ol { }
ol.cf-ol li {
	list-style		: none;
	}

/*****************************************************
* Form Fields
*****************************************************/

.cform label {
	color			: #cccccc;
	display			: block;
	text-align		: left;
	padding			: 0 0 3px 0;
	font			: normal 70% arial, helvetica, sans-serif;
	}

.cform input { 
	width			: 190px;
	height			: 26px;
	padding			: 5px 5px 0 5px;
	margin			: 0 0 0 0;
	border			: none;
	background		: transparent url(http://www.960px.com/wp-content/themes/960px/_images/contact/field-bg.png) no-repeat 0 0;
	}

.cform textarea {
	width			: 420px;
	height			: 90px;
	padding			: 5px 5px 0 5px;
	margin			: 0 5px 5px 0;
	border			: none;
	background		: transparent url(http://www.960px.com/wp-content/themes/960px/_images/contact/text-bg.png) no-repeat 0 0;

	}

span.reqtxt, span.emailreqtxt, .linklove { 
	display			:none;
	}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin			:0;
	}

/*****************************************************
* Submit Button
*****************************************************/

p.cf-sb {
	padding			: 0!important;
	margin			: 0;
	}

.cform input.sendbutton	{ 
	width			: 48px;
	height			: 26px;
	margin			: 5px 0 20px 0;
	cursor			: pointer;
	background		: url(http://www.960px.com/wp-content/themes/960px/_images/contact/send.gif) repeat-x; 
	}

/*****************************************************
* Messages
*****************************************************/

div.cf_info {
	color			: #cccccc;
	display			: none;
	padding			: 0 0 0 0;
	margin			: 10px 0 10px 0;
	width			: 420px;
}
div.cf_info ol {
	margin			: 0;
	padding			: 5px 15px 0 30px;
	}
	
div.cf_info ol li {
	padding			: 1px 0;
	margin			: 2px 0;
	}
	
div.cf_info a	{
	color			: red!important;
	text-decoration	: underline!important;
	}

div.success {
	display			: block;
	padding			: 0 0 0 20px;
	color			: #81c976;
	font			: normal normal normal 80%/1.4 arial, helvetica, sans-serif;
	background		: transparent url(http://www.960px.com/wp-content/themes/960px/_images/contact/success.png) no-repeat 0 50%;
	}

div.failure {
	display			: block;
	padding			: 0 0 0 20px;
	color			: #d3593f;
	font			: normal normal normal 80%/1.4 arial, helvetica, sans-serif;
	background		: transparent url(http://www.960px.com/wp-content/themes/960px/_images/contact/error.png) no-repeat 0 50%;
	}

div.waiting {
	background		:transparent;
	color			:#ffffff;
	display			:none;
}