/* MAIl FORM STYLES */

.div_content_form {
	width: 548px; 
	/* float: left; */
	text-align: left;
	padding-left: 0px; padding-top: 5px;
	padding-right: 0px;
}
.div_content_afterform {
	width: 548px; float: left; text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.div_nazov_nadpis {
	height: 24px; 
	width: 548px;
	color: #f28319; 
	font-weight: bold;
	background-image: url(../layout/mainBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-top: 8px; 
	border-top: solid;
	border-top-color: #61b469;
	border-top-width: 1px;
}
.div_bottom_liner {
	height: 28px; 
	width: 548px;
	color: #7C7E81;
	font-weight: bold;
	background-image: url(../layout/mainBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-top: 4px;
	text-align: right;
	border-top: solid;
	border-top-color: #61b469;
	border-top-width: 1px;
}

.form_td {
	padding-top:3px; padding-bottom:3px; padding-left:8px; padding-right: 10px;
}
.form_td2 {
	padding-top:3px; padding-bottom:3px;
}

.div_checker {
	padding: 3px; background-color: #61b469; float: left;
}

.kolonka{
	width: 400px;
	height: 18px;
	border: 1px;
	border-color: #61b469;
	border-style: solid;
	background-color: #FFFFFF;
	padding-left: 4px; padding-right: 4px;
	padding-top: 3px;
}
.kolonka_short{
	width: 160px;
	height: 18px;
	border: 1px;
	border-color: #61b469;
	border-style: solid;
	background-color: #FFFFFF;
	padding-left: 4px; padding-right: 4px;
	padding-top: 3px;
}

.textarea {
	width: 400px;
	height: 100px;
	border: 1px;
	border-color: #61b469;
	border-style: solid;
	background-color: #FFFFFF;
	padding-left: 4px; padding-right: 4px;
	padding-top: 3px; padding-bottom: 3px;
	font-family: Trebuchet MS;
	font-size: 13px;
	background-image: url(../layout/mainBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
