/* Forms */
#frmContact{
	float:left;
	border:1px solid pink;
	width:900px;
}
#frmContact div{
	float:left;
	border:1px solid black;
	width:200px;
	display:inline;
}
#frmContact div.input{
	float:left;
	border:1px solid green;
	width:200px;
}
#frmContact div.required{
	float:left;
	border:1px solid blue;
	width:200px;
}


#normalForm{
	width:100%;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#normalForm select{
    border:1px solid black;
}
#normalForm input{
    border:1px solid black;
}
#normalForm textarea{
    border:1px solid black;
}
#normalForm form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
#normalForm fieldset {
	border: 1px solid #ccc;
	/*margin-top: 30px;
	margin-right: 30px;*/
	padding: 16px 20px;
}
#normalForm fieldset legend {
	/*color: #e32;*/
	color:#336699;
	font-size: 160%;
	font-weight: bold;
}
#normalForm fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
#normalForm fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
#normalForm fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
#normalForm form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
#normalForm form div.input {
	color: #444;
}
#normalForm form div.required {
	color: #333;
	font-weight: bold;
}
#normalForm form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
#normalForm label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
#normalForm input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	padding: 2px;
	width: 100%;
}
#normalForm select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
	padding:0px;
	margin:0px;
}
#normalForm select[multiple=multiple] {
	width: 100%;
}
#normalForm option {
	font-size: 120%;
	padding: 0 3px;
}
#normalForm input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
#normalForm input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
#normalForm div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
#normalForm div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
#normalForm p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
#normalForm p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
#normalForm .notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
#normalForm .success {
	background-color: green;
	color: #FFF;
}

#tehnic td{
	padding:5px;
}

#custom input{
	display:inline;
	width:15px;
	height:15px;
	font-size:1px;
	border:0px;
	padding:0px;
	margin:0px;
}
#custom label{
	display:inline;
}


#commentFormContainer{
	border-top:1px solid #EEEEEE;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #EEEEEE;
}
#commentForm{
	width:740px;
	background-color:#EEEEEE;
	float:left;
	margin-top:20px;
	padding-left:10px;
	height:125px;
	margin-bottom:20px;
}
#commentForm input{
	width:220px;
	border:1px solid #BBBBBB;
}
#commentForm label{
	display:block;
	color:black;
	font-size:11px;
}
#commentForm div.leftInputs{
	float:left;
	width:230px;
	margin-right:20px;
	margin-bottom:20px;
}
#commentForm div.rightInputs{
	float:left;
	width:350px;
}
#commentForm textarea{
	width:325px;
	height:70px;
}
#commentForm div.row{
	margin-top:20px;
}
#commentForm div.sendButton{
	float:left;
	width:100px;
	padding-top:50px;
}
#commentForm form{
	margin:0px;
	padding:0px;
}

