
#form_container, .form_table, .form_table td {
	font-size: 11px;
	padding: 5px;
}

.form_table{
	width: 90%;
	border: 0;
	border-collapse: collapse;
}

.form_table  .text_input {
	border: #062f70 1px solid;
	width: 95%;
	border: #7f9db9 1px solid;
	margin-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #000;
}

.form_table  input[type=radio], .form_table  input[type=checkbox] {
	border: none;
}

.form_table  .text_input_textarea {
	border: #7f9db9 1px solid;
	width: 95%;
	height: 50px;
	margin-left: 6px;
}

.form_table  .field_value {
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
}

.form_table  .field_desc {
	padding: 7px 15px 7px 7px;
	border-bottom: 1px solid #ddd;
	background:transparent url(../gfx/layout/content_bg.jpg) repeat-x scroll 0 0;
	color: #666;
}

.form_table .field_button {
}

.form_table .butt_submit {
	background: #246ded;
	border: #7f9db9 1px solid;
	cursor: pointer;
	color: white;
	font-size: 11px;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 10px 0;
}

.form_sent {
	font-weight: bold;
	color: white;
	padding-bottom: 20px;
	font-size: 14px;
}    
/*  BANERIO POPUPAS */ 

.bnrPopupBox {
    background: #333;
	text-align: left;
    padding: 15px;
    border: 1px solid #fff;
    color: #fff;
}

.bnrPopupBox  h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #fff;
}

.bnrPopupBox  .form_table  {
    width: 100%;
}

.bnrPopupBox  td, .bnrPopupBox  .field_desc  {
    color: #fff;
}

.bnrPopupBox  .field_value  {
    border-bottom: 1px solid #666;
}


.bnrPopupBox .text_input {
    padding-left: 7px;
    padding-right: 7px;
	width: 90%;
}

.bnrPopupBox .butt_submit {
    background: #999;
    border: 1px solid #ddd;
}

.bnrPopupBox .form_sent  p {
    color: #fff;
}

.bnrPopupBox .close_btn {
    color: #fff;
}

.bnrPopupBox input {
    font-size: auto;
}