table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

.zasch_text1 {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 15px;
}

.captcha_1 {
    margin-bottom: 10px;
}

.zasch_text2 {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 15px;
}

.captcha_field1 {
    margin-bottom: 0;
}

.captcha_field1 .inputtext {
    width: 180px;
    border: none;
    height: 39px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact_body .cus_captcha_hide {
	display:none;
}

.cus_captcha_left {
	float:left;
	width:55%;
}

.cus_captcha_right {
	float:left;
	width:45%;
}

.cus_captcha_block {
	width: 100%;
    clear: both;
    overflow: hidden;
}