/* Logovanje korisnika */
#letter {
	float:right;
	width:283px;
	height:135px;
    margin:10px 0px 0px 0px;
	padding:0px;
	text-align:center;
}

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 {
	display:block;
	font-size: 20px;
	font-weight:normal;
	color: #6f845d;
	margin: 0px;
	padding:20px 5px 5px 5px;	
	text-align:center;	
}
div #letter form {
	float:left;
	width:283px;
    margin:0px 0px 0px 0px;
	padding:0px;
	text-align: center;
}
div #letter form input {
	color : #a7a6ab;
	font-size : 12px;
	font-weight: normal;
	width:110px;
	height:15px;
	border:1px solid #797269;
	background-color:#f3f3f3;
	padding:2px;
}
div #letter dl {
	float:left;
	width:283px;
	padding:5px 0px 2px 0px;
	text-align: center;
}

div #letter form dt.error {
	color:red;
	margin:0;
	padding: 2px 2px 2px 15px;	
	}
div #letter form dt {
	display:block;
	color : #515151;
	font-size : 14px;
	font-weight:normal;
	padding: 2px;
	}
div #letter form dt.label {
	width:65px;
	padding:10px 2px 5px 5px;
	}	
div #letter form dd.submit input{
	background: url(../images/submit.gif) no-repeat left bottom;
	background-color:none;
	border:none;
	color:#FFFFFF;
	width:82px;
	height:20px;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size : 12px;
	font-weight:normal;
}
	
div #letter p.desc {
	font-size: 14px;
	color: #515151;	
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:5px 2px 5px 15px;	
	text-align:left;
	}

