/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     DEFAULT.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Default WordPress theme
	           modified by : genbu green cozy Theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 530px;
}

#gb_form {
  text-align : left;
  background-color : #504a44;
}

#gb_form_div a {
  color : c3e062;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #86a030;
  text-decoration : none;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #fff;
}

#gb_form legend {
  margin-left : -10px;
}
h3x{
  margin-top : 10px;
  margin-bottom : 10px;
  padding:0 auto;
  border-bottom : 1px solid #b6b5b1;
}
#gb_form legend#mainlegend { 
  font-weight : bold; 
  font-size : 1.2em;
  color : #fff;
  margin-left : -10px;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
  color : #fff; 
  margin-top : 5px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med { 
  float:right;
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #f9f9f9; 
  padding-left:5px;
  border : 0px solid #b6b5b1;
  background-color : #f9f9f9;
  line-height : 1.5em;
  width : 300px;
  height:25px;
  background:url(http://www.genbuenmei.com/wp-content/themes/genbuv4/images/textbox.jpg) no-repeat;
}

#gb_form input.short {
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #f9f9f9; 
  padding-left:5px;
  border : 0px solid #b6b5b1;
  background-color : #f9f9f9;
  line-height : 1.5em;
  height:25px;
  width : 100px;
  background:url(http://www.genbuenmei.com/wp-content/themes/genbuv4/images/textbox-short.jpg) no-repeat;
}

#gb_form textarea.textbox {
float:right;
  width : 300px;
  height:200px;
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #fff; 
  padding : 0px; 
  border : 0px solid #b6b5b1;
  background-color : #f9f9f9;
  line-height : 1.5em;
  	background:url(http://www.genbuenmei.com/wp-content/themes/genbuv4/images/textarea.jpg) no-repeat;
}

#gb_form select.med {
  width : 300px;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin-left : 10;
}

* html input.button { 
  color : #fff;  
  padding : 4px; 
  border : 0px solid #b6b5b1;
  background-color : #f9f9f9;
  height:25px;
  width : 100px;
  background:url(http://www.genbuenmei.com/wp-content/themes/genbuv4/images/textbox-short.jpg) no-repeat;
}
input.button {
  border: 0px solid #67625b;
  background-color: #transparent;
  color: #ebe5cb;
  width:100px;
  height:25px;
  background:url(http://www.genbuenmei.com/wp-content/themes/genbuv4/images/textbox-short.jpg) center top no-repeat;
}

span.error, span.success, #gb_form_div dt { 
  color : #fff;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : fff;
}

small.whythis, small.whythis a { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  border : 0px solid #fff;
  padding : 0 3px 0 3px; 
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #fff;
}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #fff;
}

/* End DEFAULT CSS */