.fieldHolder
{
	width: 310px;
	height: 27px;
	background: url(textpolje.png) no-repeat;
	float: left;
}

.textInput2
{
	width: 285px;
	height: 22px;
	background: none;
	border: none;
	color: #A2C8CB;
	margin-top: 2px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*+html .textInput2
{
margin-left: -50px;
}
/*this will only be used by ie7*/





.areaHolder
{
	background: url(areaPozadina.png) no-repeat;
	width: 100%;
	height: 157px;
}

.inputHolder
{
	width: 100%;
	height: 100%;
	text-align: left;
}

.area
{
	background: none;
	border: none;
	color: #A2BEC1;
	margin-top: 8px;
	margin-left: 10px;
	height: 140px;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.naslov {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 36px;
	font-weight: bolder;
	color: #0A161D;
}


*+html .area
{
margin-left: -50px;
}
/*this will only be used by ie7*/
#wrapper .naslov {
	color: #5F7A81;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 37px;
}
