/* Logovanje korisnika */
#letter {
	font-family:   Tahoma,Arial,Verdana,;
	float:left;
	width:194px;
    margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

div #letter a:link, div #letter  a:visited {
	color: black;
	text-decoration: none;
	font-weight:normal;
	font-size:100%;
	}
#letter a:hover {color: #333333;text-decoration: underline;}

div #letter h2 {
	background: url(../images/h1anketa.gif) no-repeat top left;
	width:174px;
	height:23px;
	font-family :  Tahoma,Verdana,Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color:#020267;
	margin:5px 0px 2px 0px;
	padding:5px 0px 0px 20px;	
	text-align:left;
}
div #letter form {
	float:left;
	width: 194px;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}
div #letter form input {
	color : #D0D0D0;
	font-size : 90%;
	font-weight: normal;
	width:120px;
	height:14px;
	margin:0px;
	padding:2px;
	border:1px solid #A7A7A9;
}
div #letter dl {
	float:left;
	width:184px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	text-align: left;
}

div #letter form dt.error {
	color:red;
	margin:0;
	padding: 2px 2px 2px 15px;	
	}
div #letter form dt {
	float:left;
	display:block;
	color : #000000;
	font-size : 100%;
	padding: 1px 0px 1px 10px;
	}
	
div #letter form dd.submit input{
	background:none;
	border:none;
	padding:0px;
	width:20px;
	height:20px;
	margin:3px 10px 5px 15px;
	float:left;
	font-size:12px;
	font-weight: bold;
	color: #000000;
}
	
div #letter p.desc {
	font-size: 12px;
	color: #000000;	
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:5px 2px 5px 20px;	
	text-align:left;
	}
