/* @override http://www.architecture-organique.com/wp-content/plugins/cforms/styling/cforms.css */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.entry .cform li, .entry .cform ol {
	border-bottom-style: none;
	border-bottom-width: 0;
	border-top-style: none;
	border-top-width: 0;
}

/* Contact form */

form.cform {
	margin:0 0 1em 0;
}
form.cform fieldset {
	border: 1px solid rgb(252, 206, 0);
	clear:both;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 5px 10px 15px;
	-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}
form.cform legend {
	color: white;
	padding:0.2em 1em;
	font-size: 12px;
}
form.cform ol.cf-ol {
	margin:0;
	padding:0;
}
form.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
form.cform label {
	float:left;
	display:block;
	width: 200px;
}


form.cform ol.cf-ol li input,
form.cform ol.cf-ol li textarea,
form.cform ol.cf-ol li select {
	float:left;
}
form.cform .cf-box-title {
	font-weight:bold;
}
form.cform li.cf-box-group label {
	width:150px;
	float:left;
}
form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
}
form.cform span.reqtxt,
form.cform span.emailreqtxt {
	float:left;
	margin:0 0 0 .5em;
	font-size:11px;
}
form.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 0;
}
form.cform .cf_hidden {
	display:none;
}
.required {
	color:#ff0000;
}
label {
	font-size:12px;
	color: #a6a7a7;
}
.inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}
select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
input.inputbox,
input.single {
	height:14px;	
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
textarea.inputbox,
textarea.area {
	width:98%;
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
.header .search .inputbox {
	vertical-align:top;
	float:left;
	width:150px;
	margin-right:6px;
}
#commentform li {
	list-style:none !important;
	margin:0 0 0.5em 0;
}
#commentform .inputbox {
	vertical-align:middle;
}
.cform .button, .cform .sendbutton {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:10px;
	cursor:pointer;
	height: 30px;
	padding: 4px 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	color:#246;
	background:#e5e5e5;
	border-color:#80b5d0;
	width:auto;
	margin-top: 10px;
	margin-left: 10px;
}
.cform .button:hover,
.cform .sendbutton:hover {
	background-color:#fff;
	color:#333;
}
.entry .failure, .widget .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	padding: 5px 5px 5px 26px;
	margin:0 0 0.5em 0;
	background: #f6def2 url(error.png) no-repeat 5px center;
}

.entry .success {
	color: rgb(108, 182, 86);
	border: 1px solid rgb(108, 182, 86);
	padding: 5px 5px 5px 26px;
	margin:0 0 0.5em 0;
	background: rgb(232, 244, 228) url(success.png) no-repeat 5px center;
}

input.cf_error {
	background-color: #ffc1c2;
}

/* Uncomment this and you're pretty much declaring war on Delicious Days... donate then do it ;) */
p.linklove {
	display:none;
}