#form_container {
	margin-top: 35px;
	text-align: left;
}
#form_container .line {
    border:none;
    font-size:0px;
    height:1px;
    padding: 10px 0px 10px 0px;
}
#form_container .line hr {
    border: 0;
    color: #c4c4c4;
    background: url('../emarket/faq/dot-line.gif');
    height: 1px;
    width: 100%;
    text-align: left;
}

#form_container div.title {
    font:bold 14px tahoma;
    color:#133f89;
    padding:0px 0px 15px 0px;
}
#form_sent {
	font:normal 11px tahoma;
	display: none;
	color: #4f4f4f;
	text-align:left;
}
.first_row {
    width:180px;
}
.form_table {
    outline: none;
    border-collapse: collapse;
    border-spacing: none;
    border-width: none;
    width: 500px;
}
.form_table td {
    font:bold 11px tahoma;
    color:#4f4f4f;
}
.form_table .error {
    border-color: #ff0000;
}
.form_table input,
.form_table textarea,
.form_table select {
    border-color: #ccc;
    font:normal 11px tahoma;
}
.form_table textarea, 
.form_table input {
    border: 1px solid #333;
}



.form_table textarea {
    overflow:auto;
    width: 400px;
    height: 70px;
}

.form_table textarea {
   width: 500px;
}

.form_table .field_button {
    text-align: right;
    padding:5px 0px 0px 0px;
}
.form_table input.butt_submit {
    font: bold 11px tahoma;
    padding:0px 10px 2px 10px;
    color: #000;
    width: auto;
    border: 1px solid #333;
    text-decoration: none;
    text-align: center;
    border:none;
    cursor: hand;
    cursor: pointer;
}

td.field_desc {
	font-size: 12px;
	color: #000;
	padding: 2px 10px;
	background: #EEE;
}

td.field_value p {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}

.form_table td.field_value p span {
	width: 270px;
	text-align: right;
	float: left;
	margin-right: 5px;
}

#check_top {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
}

.form_table td.field_value p input {
	float: left;
	 width: 143px;
}

.form_table td.field_value p input.small_input {
	 width: 50px;
}

.form_table td.field_value p input.check {
	width: 20px;
	border: 0px;
}

.form_table td.field_value p span.last_text {
	width: 20px;
	float: left;
	text-align: left;
	margin-left: 5px;
}

.form_table td.field_value p span.poll {
	width: 100px;
	height: 20px;
}

.form_table td.field_value p span.block {
	float: left;
	width: 100px;
}

.form_table td.field_value p span.block_2 {
	float: left;
	width: 50px;
}

td.field_value {
	padding: 10px 0;
}

form#s_login {
	padding-top: 20px;
	margin-left: 15px;
}

input.input {
	width: 170px;
}

input.login {
	width: auto;
	float: right;
	border: 1px solid #666;
	background: #EEE;
	color: #666;
	cursor: pointer;
}

input.login:hover {
	background: #DDD;
	color: #666;
} 