@charset "utf-8";
/* CSS Document */


.form {
	width: 460px;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
}
.formBlock {
	border-bottom: 1px solid #ffffff;
	padding: 10px;
}

.formSearch {
	width: 690px;
	background-color: #F0F0F0;

	padding-top:7px;
	padding-bottom:6px;
	
	
}

.form p {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 8px;
}

input.error, textarea.error {
	border: 2px solid #CC0000 !important;
}

div.errorText {
	color:#FF0000;
}

.errorMessage {
	color: #FF0000;
	font-size:13px;
}

.form input, .form select {
	border: 2px solid #CCCCCC;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #333333;
}
.form input {
	width: 90px;
	padding: 4px 3px;
}
.form select {
	width: 47px;
}

.block2 td {
	text-align: right;
}
.block2 td input {
	margin-right: 0px;
}
.block2left td {
	text-align: left !important;
}

input.disabled {
    background-color: #f0f0f0;
}


.form input.radio, .form input.check {
	border: 0px;
	width: 15px;
}

.form .gumbovi input {
	border: 0px;
	background-image: url(/img/buttonSubmit.png);
	background-repeat: no-repeat; 
	cursor:pointer;
	width:67px;
	text-align:left;
	height:24px;
	padding-bottom:7px;
}

.block4 td {
	vertical-align: top;
}




.form textarea {
	border: 2px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #333333;
	width: 430px;
	height: 100px;
}



.form input.file {
	margin-left: 35px;
	width: 400px;
}
.upload {	
	background-image: url(/img/spajalica.gif);
	background-repeat: no-repeat;
	background-position: left;
}


td.label {
	font-weight:bold;
}

.form table tr td {
	background-color:#F2F2F2;
	padding:0 !important;
}
.form table {
	border-bottom:none;
}






