@charset "UTF-8";
/* CSS Document */

/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    OCADIA.CSS made by Mike Jolley - http://www.blue-anvil.com 
    Designed and built to work with the Ocadia WordPress theme
================================================================== */

#gb_form_div {
	text-align : left;
	font-family: Arial;
}

#gb_form {
  text-align : left;
  font-family: Arial;
}

#gb_form_div a {
  color : #59708c;
  text-decoration : underline;
}

#gb_form_div form{
  margin : 0 !important;
}

#gb_form_div a:hover {
  color : #8ca0b4;
  text-decoration : none;
}

#gb_form fieldset { 
  border : 0;
  margin : 8px 0 0 0;
  padding : 8px 0 0 0 
}
#gb_form fieldset fieldset { 
  border : 2px solid #ddd;
  margin : 0 0 8px 0;
  padding : 2px 32px 24px 32px;
  background : #f3f3f3 url(wp-gbcf_images/oct_bg.gif) repeat-x bottom;
}

#gb_form legend, #gb_form dt { 
  font-size : 1.4em;
  color : #534b48;
  border : 0;
  margin : 0 0 0 -9px;
  font-family : georgia, serif;
}

#gb_form legend#mainlegend { 
  font-size : 1.4em;
  color : #534b48;
  margin : 0;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : .7em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.4em;
  color : #534b48;
  text-transform : lowercase;
  padding : 0 0 12px 0;
  margin : 0 !important;
}

#gb_form label { 
  color : #333; 
  font-size : 1em;
  text-transform : lowercase;
  margin-top : 5px;
  margin-left : 0;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
  font-size : 1.1em;
  width : 300px; 
  background-color : #fff;
  border : 1px solid #ddd;
  color : #333;
}

#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {

}

/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  border-color : #bfbfbf;
  color : #777;
  cursor : text;
  background : #f3f3f3;
}

#gb_form input.short {
  width : 50px;
}

#gb_form textarea.textbox {
  width : 400px;
  height : 160px;
  line-height : 1.5em;
}

#gb_form select.med {
  width : 300px;	
  padding : 2px;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  color : #b60d16;
  border : 0;
  padding : 2px; 
  margin : 0;
  width : 10px;
  height : 10px;
}

#gb_form input.button {
	width : 144px;
	float : right;
	cursor : pointer;
	color : #333333;
	font-size : 1em;
	letter-spacing : 0.1em;
	text-align : center;
	line-height: 23px;
	background-image: url(http://qiusalon.com/salon/wp_content/themes/tma/images/bg/red_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#gb_form p{
  margin : 0;
  padding : 0;
}

span.error, span.success, #gb_form_div dt { 
  color : #5c6c7d;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #29303b;
}

#gb_form small.whythis, #gb_form small.whythis a { 
  font-size : .9em; 
  text-decoration : none;
  border : 0;
  color : #5c6c7d;
}

#gb_form small.whythis a span {
  color : #f3f3f3;
  font-family : arial, sans-serif;
  padding : 1px 4px 1px 4px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  color : #9ab9ba;
  background : none;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span {
	color : #fff;
	border : 0 !important;
	font-style : normal;
	background-color : #92110c;
	margin-left : 4px;
	text-decoration : none !important;
}

#gb_form p.creditline small {
  font-family : arial, sans-serif;
  display : block;
  text-align : right;
  margin : 0 0 0 0;
  padding : 0px 0 0 0;
  font-size : .9em;
  letter-spacing : .0001em;
  color : #999;
  clear : both;
}

/* 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 : #333;
}


#gb_form legend, #gb_form dt{
	font-size: 18px;
	color: #174b65;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: -9px;
	letter-spacing: 0.1em;
	font-family: Arial;
}

#gb_form legend, legend, #gb_form dt {
	font-weight: bold;
	color: #b60d16;
}

#gb_form legend, legend, #gb_form dt {
	font-weight: bold;
	color: #b60d16;
}

#gb_form legend {

margin-left: -10px;

padding-top: 5px;
font-size: 14px;

}
