﻿
.cssform2
{
	margin-top:10px;
	padding:0px;
}

.cssform2 p{
	border:0px;
	margin:5px 0px;
	padding:0px;
}

.cssform2 label, .cssform2 input, .cssform2 textarea
{ font-size:11px;}


.cssform2 textarea{
width: 250px;
height: 150px;
border:1px solid #E8E8E8;
color:#373731;
padding:2px;
}

.cssform2 label{
color:#2B8CCD;
font:11px Verdana;
float: left;
margin-top:5px;
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}


.cssform2 select, .cssform2 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
border:1px solid #E8E8E8;
color:#003300;
padding:2px;
}

.cssform2 select:hover, .cssform2 input:hover, .cssform2 TEXTAREA:hover{
border:1px solid #2B8CCD;
}


.cssform2 textarea{
width: 250px;
height: 150px;
border:1px solid #2B8CCD;
color:#373731;
padding:2px;
}

.AnketaButtonz {
	margin: 5px 2px;
	border: 1px solid #2B8CCD!important;
	padding: 1px;
	background: #fff;
	cursor: pointer;
	color: #003300;
}
.AnketaButtonz:hover {
	color: #006600;
}

