#myform {
width: 300px;
border: 0px solid #541;
margin: 0 0 0 35px
}
.cssform {
	width: 200px;
}
.cssform p{

clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 5px; /*width of left column containing the label elements*/
border-top: 1px solid #7997B4;

}

.cssform label{
font-weight: bold;
float: left;
margin-left: 0px; /*width of left column*/
width: 80px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{
	/*width of text boxes. IE6 does not understand this attribute*/
	width: 200px;
	background: #95AFC5;
	padding: 3px;
	color: #eed;
	border: 1px solid #6285A7;

}

*.cssform input {
	width: 200px;
	background: #95AFC5;
	border: none;
	padding: 3px;
	color: #eed;
	border: 1px solid #6285A7;
	
}
.cssform textarea{
padding: 10px;
color: #eed;
width: 185px;
height: 130px;
background: #95AFC5;
border: 1px solid #6285A7;
overflow: hidden;

}
.cssform textarea:focus, .cssform input[type="text"]:focus {
	background: #357;
	border: 1px solid #abc;
}
input.btn {
 width: 80px;
	cursor: pointer;
	color: #517292;
	font-weight: bold;
	padding: 1px 2px;
	background: url(../slike/formbg.gif) repeat-x left -5px;
}
input.btn:hover {
	width: 80px;
	cursor: pointer;
	color: #517292;
	font-weight: bold;
	padding: 1px 2px;
	background: url(../slike/formbg.gif) repeat-x left -22px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
