@charset "utf-8";
/* CSS Document */
	

#form {
 width:100%;
 color:#930;
 overflow: auto;
}
 
#contentframediv fieldset{
*position: relative;
font-family: Open Sans, Arial, Helvetica;
/*font-family:Arial, Helvetica, sans-serif;*/
 margin:0;
 padding:0;
 border:0;
 *margin: 0 0 1em 0;
 *padding-top:20px;
 font-size:16px;
}

#contentframediv fieldset {
position:relative;
 margin-bottom:10px;
 border-bottom:1px solid #930;
 /*background-color:#ddf5dd;*/
 background-color:#D5E0CC;
 text-align:left;
 padding-top: 10px;
 
}

#contentframediv label {

 color:#000000;
 float:left;
 /*font-weight:bold;*/
 font-weight:normal;
}
.separator{

text-align:left;
width:98%;
*width:600px;
border-top:double 1px #FFFFFF;
height:4px;
*font-size:1px;
}
.fieldsetbottom{
width:100%;
height:2px;
/*background:#993300;*/
background:#CCCCCC;
border-bottom:#333333 1px solid;
font-size:1px;
}


.comment{
color:#000000;
font-weight:bold;
font-size:11px;
text-align:left;
_width:98%;
_height:20px;
*float:left;
*padding-left:1px;
}

.kbe_form_elem_help{
	height:21px ;
	margin-left: 5px;
	display: inline-block;
	margin-top: 0px;
}
.kbe_form_elem_help_img{
	width:18px;
	height: 18px;
}


#contentframediv li input{
*_margin-bottom:10px;
_margin-bottom:5px;
margin-right:10px;
color:#077246;
font-family: Open Sans, Arial;
/*font-weight:bold;*/
 letter-spacing:.02em;
}
#contentframediv li input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.kbe_form_elem_value_cont select {
color:#077246;
font-family: Open Sans, Arial;
letter-spacing:.02em;
}
.kbe_form_elem_value_cont input {
color:#077246;
font-family: Open Sans, Arial;
letter-spacing:.02em;
}

.kbe_form_elem_value_cont input.err_input, .kbe_form_elem_value_cont select.err_input{
background:#FF0000;
color:#FFFFFF;
}


legend {
 padding-left:10px;
 font-size:16pt;
 letter-spacing:.2em;
 font-family:Arial, Helvetica, sans-serif;
 font-variant:small-caps;
 color:#000000;
 background-image:none;
 background:none;
 line-height: 40px;
 margin-bottom: 0px;
}
.kbe_form_elem_label{
color:#930;
}

@media only screen and (min-width: 501px) and (max-width: 1200px) {
.kbe_form_fieldset_container{
	width: 100%;
    position: relative;
	float: left;
}
.kbe_form_elem_header_pbox {
	width: 440px;
}

}/* */


/* resp 5 */
@media only screen and (max-width: 500px)  {
.kbe_form_elem_container__left_space{
	width: 5px;
	position: relative;
	float: left;
	display:none;
}
#form {
    width: 100%;
}
	
.kbe_form_fieldset_container{
	margin: 0px auto;
	width: 100%;
}
.kbe_form_elem_label_cont {
	font-size: 16px;
	max-width: 350px;
	/*width: 400px;*/

}
.kbm_status_row_container{
	/*width: 400px;*/
	width: 100%;
	height: 100%;
}
.kbe_form_fieldset_container{
	width: 98%;
    position: relative;
	float: left;
}

.kbe_form_elem_container__outer{
	width: 100%;
}

.kbe_form_elem_container__right_inner{
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.kbe_form_fieldset_container_separator{
	width: 10px;
    position: relative;
	float: left;
}
.kbe_form_elem_header_pbox {
	/*width: 400px;*/
	width: calc(100% - 15px);
}
.kbe_form_elem_comment {
	width: 100%;
}
.kbe_form_elem_value_cont{
	float: left;
}
.kbe_form_elem_value_cont select {
    width: 300px !important;
}
.kbe_form_elem_clear {
    width: 0px;
}
.kbe_form_elem_help_img{
	width:20px;
	height: 20px;
}

} /* */
