/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

html, body  { padding: 0; border: 0px none; }

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
	border: 1px #567397 solid;
	height: auto;
	width: 90%
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
	height: 50px;
    line-height: 150%;
    padding: 20px;
    text-align: center;
}

.info_fieldset {
	 border: 1px #dddddd solid;
	padding:40px;	
	background:#EEEEEE;
}

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
 
background:url('../images/posalji.jpg') top left no-repeat;
width:195px;
height:55px;
text-align:left;
color: #FFF;
font-size:18px !important;
font-weight:bold !important;
border:none;
padding-top:3px;
font-family: arial;
}

/* Label */
label  { 
	width: 100%;  
	margin: 5px; 
	float: left; 
	text-align: left; 
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
}

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 10px; 
float: left;
width:460px;
height:30px;
border: 1px solid #999999;
border-left-color: #CCCCCC;

color: #333333; 

font: 18px Verdana, Helvetica, Arial, sans-serif;
}

.duzina{
	height:150px;
}



/* BR */

br { clear: left; }