#f {
	font-family: Arial;
	font-size:12px;
	color:#9D7D48;
    background-color:#f5f5f5;
    width:555px;
    height:auto;
    padding:10px;
    margin-left:5px;
}

#f span {
	font-family: Arial;
	font-size:12px;
	color:black;
}

#f input:focus, select:focus {
    outline:none;
    
}

.f_corners_l {
    float:left;
    clear:right;
    width:10px;
    height:100%;
}

.f_corners_r {
    float:right;
    width:10px;
    height:100%;
}

.f_corners_c {
    height:100%;
    margin-left:10px;
    margin-right:10px;
    background-color:#ebecef;
}

#f_header {
    width:555px;
    height:10px;
    margin-bottom:-16px;
}

#f_header_c {
    border-top:1px solid #c8c7c6;
}

#f_body_js_failed {
    margin-top:15px;
    border-right:1px solid #c8c7c6;
    border-left:1px solid #c8c7c6;
    background-color:#ebecef;
	padding:10px 10px 3px 15px;
}

#f_body_js_failed p {
    margin-top:-2px;
    font-size:12px;
    text-align:center;
    width:100%;  
    text-indent:-5px; 
}

#f_body_browser_failed {
	font-family: Arial;
	color:#666666;
    width:200px;
    height:25px;
    border:1px solid #c8c7c6;
    background-color:#ebecef;
	padding:0px;
}

#f_body_browser_failed p {
    margin-top:-2px;
    font-size:12px;
    text-align:center;
    width:100%;  
    line-height:25px;
}

#f_body {
    margin-top:15px;
    border-right:1px solid #c8c7c6;
    border-left:1px solid #c8c7c6;
	padding:10px 10px 3px 15px;
    background-color:#ebecef;
}

#f_body_error {
	font-family: Arial;
	font-size:12px;
    margin-bottom:5px;
    padding-top:7px; 
    margin-top:0px;
    color:Gray;
    border-top:1px dashed #c8c7c6;
    text-align:center;
    width:100%;  
    text-indent:-5px;
}

#f_body_success {
	font-family: Arial;
	font-size:14px;
    margin-bottom:5px;
    padding-top:0px; 
    margin-top:-10px;
    color:black;
    text-align:center;
    width:100%;  
    text-indent:-5px;
    font-weight: bold;
}

#f_body_cat {
    padding:8px 0px 0px 0px;
	font-weight: bold;
}

#f_body_cat_title {
	font-family: Arial;
	font-size:13px;
    margin-bottom:-3px;
    padding-top:4px; 
    margin-top:8px;
    color:black;
    border-top:1px dashed #c8c7c6;
    width:100%;  
    text-transform:uppercase;
    text-align: center;
    font-weight: bold;
}

#f_body_cat select {
  font-family: Arial;
	color:#333;
	
	background:#FFFFFF;
    border:1px solid #221F1A;
    font-size:12px;
    height: 20px;
    padding:0px;
    margin:0px;
    width: 360px;
}

#f_body_cat option {
    background:#FFFFFF;
    color:#333;
}

#f_body_cat input {
	  border:1px solid #999;
   
        position:inherit;
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	color:#000000;
    margin-left:0px;
    border:1px solid #c8c7c6;
    background:#F5F5F5;
}



#f_body_form {
    width:100%;
}

#f_body_form table {
    width:100%;
}

.f_body_form_table_td_second {
    text-align:left;
    padding-left:7px;
font-family: Arial;
	font-size:12px; 
}

.f_body_form_table_tr_hidden {
    display:none;
    height:0px;
}

.f_body_form_table_td_empty {
    height:12px;
    font-weight: bold;
}

.f_body_form_table_td_first {
    width:100px;
    text-align:right;
	font-family: Arial;
	font-size:12px;
    font-weight: bold;
	color:#333;
}

.f_body_form_table_td_last {
    width:0px;
    vertical-align:top;
}

.f_body_form_q {
    width:10px;
    height:100%;
    cursor:pointer;
    background:url(q.png) no-repeat top left;
}

#f_body_form select, #f_body_form input[type=text] {
    background:#FFFFFF;
    border:1px solid #221F1A;
  font-size:12px;
    padding:0px;
    margin:0px;
}

#f_body_form select {
    width:212px;
    height: 24px;    
}

#f_body_form input[type=text] {
    width:208px;
    height: 20px;    
}

#f_body_form input[type=radio], #f_body_form input[type=checkbox] {
    width:18px;    
    font-family: Arial;
	font-size:12px;
    height: 18px;
    padding:0px;
}

#f_body_form_submit {
	font-family: Arial;
	font-size:12px;
	padding-top:7px; 
    margin-top:5px;
    color:Gray;
    border-top:1px dashed #c8c7c6;
    width:100%;  
    height:25px;
    text-transform:uppercase;
    overflow:hidden;
    text-align: center;
}

#f_body_form  input[type=button] {
    position:inherit;
	font-family: Arial;
	font-size:13px;
	font-weight: bold;
	color:#000000;
    margin-left:0px;
    border:1px solid #c8c7c6;
    background:#F5F5F5;
}

.f_body_form_post_bug_fix_style {
    position:inherit;
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	color:#000000;
    margin-left:0px;
    border:1px solid #c8c7c6;
    background:#F5F5F5;
	float:right;
}

.f_body_form_table_td_textarea {
    background:#FFFFFF;
    border:1px solid #221F1A;
	font-family: Arial;
	font-size:12px;
  padding:5px;
    min-height:60px;
    max-height:60px;
    width:200px;
    overflow-x:hidden;
    overflow-y:auto;
}
#f_body_form textarea:focus, #f_body_form input:focus, #f_body_form select:focus, #f_body_cat input:focus, #f_body_cat select:focus{
    outline:none;
    border:1px #BCD700 solid;
}

.f_body_form_input {
	font-family: Arial;
	font-size:12px;
	color:#666666;
    margin-left:0px;
    border:1px solid #c8c7c6;
    background:#f5f5f5;
}

#f_body_form_error_box {
	font-family: Arial;
	font-size:12px;
    width:95%;
    height:auto;
    line-height:18px;
    padding:5px;
    color:#cf9d3e;
    margin-bottom:7px;
    border:1px solid #cf9d3e;
    background:#f5f5f5;
}

#f_body_select_type a {
	font-family: Arial;
	font-size:12px;
	color:#333;
    line-height:11px;
    display:block;
    margin-bottom:3px;
    text-decoration:none;
}

#f_body_select_type a:hover {
    color:#666;
}

#f_body_select_type li:hover {
    list-style-type:circle;
    color:#666;
}

#f_footer {
    width:555px;
    height:10px;
    margin-top:-9px;
}

#f_footer_c {
    border-bottom:1px solid #c8c7c6;
}

.tip {
    height:auto;
    padding:10px;
    background-color:#f3f3f3;
    border:1px solid #c8c7c6;
    opacity:0.90;
    filter:alpha(opacity=90);
}

.tip-title {
    height:11px;
    margin-bottom:8px;
    color:#1471C3;
    font-family: Arial;
	font-size:12px;
}

.tip-text {
    font-family: Arial;
	font-size:12px;
    color:#9D7D48;
    background-color:#f5f5f5;
    opacity:0.90;
    filter:alpha(opacity=90);
}

.tr_0 {
    background-color:#F5F5F5;
}

.tr_1 {
    background-color:#EFEFEF;
}

.form_table {
  border: 0px red solid;
}
.form_table td {
  border: 0px blue solid;
  padding-top:5px;
  padding-bottom:5px;
}

.f_empty_row  td {
  border-top: 1px black solid;
  border-bottom: 1px black solid;
}
.f_form_top td{
  border-bottom: 1px black solid;
  height:12px;
  font-weight: bold;
}

.f_form_bottom td{
  border-top: 1px black solid;
}

#f_body_form #owner_phone_error {
  color:red;
  margin:0;
  font-weight: bold;
  display:none;
}

#f_body #main_field_title {
  font-size:16px;
  text-align: center;
  font-weight: bold;
  margin:0;
}

span.hint {
	font:normal 11px/14px verdana;
	background:#eee url(/wp-content/themes/silverbusiness/forma/library/img/bg-span-hint-gray.gif) no-repeat top left;
	color:#444;
	border:1px solid #888;
	padding:5px 5px 5px 40px;
	width:150px;
	min-height: 30px;
	position:absolute;
	margin: 0px 0 0 14px;
	display:none;
} 

