/* -----------------------------------------------

WOW Design Solutions
Author: Glynn Williams
Created: April 2009
Revision: 

*/
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

form#gb_form {width:220px;
	margin:0;
	padding:0;}
fieldset#formwrap {width:190px;
	margin:18px 0 0;
	border:none;
	border-collapse:collapse;}
#cbsent {width:190px;
	margin:60px 0 0 30px;
	color:#FFF;}
#cbsent p {width:160px;
	font-size:90%;}
#cbsent p a {color:#4BB1E4;}
#cbsent p a:hover {color:#FFF;}
/* form label text */
#formwrap label {color:#FFF;
	font-size:90%;
	font-weight:lighter;
	margin:0 0 1px;
	padding:0;}
#formwrap .formtxt {margin-left:12px;}
/* all inputs, select, and textarea */
#formwrap input.med, #formwrap select.med {font-size:90%; 
  color:#666;
  margin:0;
	border:none;
	border-collapse:collapse;}
#formwrap input.med {background:none;
  padding:3px 0 0 9px;}
#formwrap select.med {padding:1px 0 1px 6px;
	margin:2px 0 0;
	width:188px;
	background-color:#FFF;}
#formwrap span.textfield-bg {background-image:url(../images/layout/form_bg.png);
	width:188px;
	height:20px;
	float:left;
	margin:0 0 2px;
	padding:0;}
/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
#formwrap input.med:hover, #formwrap input.med:focus, #formwrap input.short:hover, #formwrap input.short:hover, #formwrap select.med:hover, #formwrap select.med:focus, #formwrap textarea.textbox:hover, #formwrap textarea.textbox:focus, #formwrap input.med.hover, #formwrap input.med.focus, #formwrap input.short.hover, #formwrap input.short.focus, #formwrap select.med.hover, #formwrap select.med.focus, #formwrap textarea.textbox.hover, #formwrap textarea.textbox.focus {color:#E36906;
	border:none;
	border-collapse:collapse;}
/* error heading weight and color - bold is for the error reason text */
#formwrap span.error, #formwrap dt.error, #formwrap strong.error {color:#CD0000; 
  font-weight:bold;}
/* style the #formwrap input names in the result */
div#hf_form_div span.items {font-weight:bold;
  color:#900;}
#formwrap input.subbut {padding:3px 4px;
	margin:8px 0 0 0px;}
