@charset "utf-8";
/* CSS Document */


#commentForm{
	margin:25px 0px;
	}
/********************************************************************************************** Forms */

#commentForm .inputBg{
	background-image: url(../images/input_bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 330px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	}
/********************************************************************************************** Forms */

#commentForm .txtAreaBg{
	background-image: url(../images/textarea_adres.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 330px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	}
#commentForm label {
   float: left;
   font-weight:bold;
   text-align: left;
   width: 20%;
}
#commentForm label.error {
	position:absolute;
	font-size:11px;
	font-weight:normal;
	right:-15px;
	color:#cc0000;
}
#commentForm input {
	width: 320px;
	height:22px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#commentForm select {

}

#commentForm textarea {
	width: 320px;
	height:75px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#commentForm .clearBtn{
	width:83px;
	height:23px;
	background-color: transparent;
	background-image: url(../images/clear.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#commentForm .sendBtn{
	width:77px;
	height:23px;
	background-color: transparent;
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#commentForm fieldset ol li #adres {
	background-image: url(../../Kopyas%C4%B1%20(5)%20web%20asp/images/textarea_adres.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 320px;
	margin-bottom: 20px;
	margin-left: 2%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#commentForm input.radio_s{
width:20px;
background:none;
}

