body{
	background: #CCCCCC;
	margin: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.stranica{
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF url(../gwsm_images/poz_upit.gif) repeat-x top left;
	padding: 20px;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

.header{
	margin-bottom: 20px;
	border-bottom: #999999 1px dotted;
}

.header .h1{
	font-size: 18px;
}

.notice{

	color:green;

	border: 1px green solid;

}

.error{

	color:red;

	border: 1px red solid;

}

label{
	font-weight: bold;
	display: block;
	width: 300px;
	margin-bottom: 5px;
}

p{
	margin-bottom: 15px;
	
}

p input{
	width: 400px;
	padding: 5px;
	background: #CCCCCC;
	color: #000000;
	border: #000000 1px solid;
}

p input.tipka{
	width: 200px;
}

p textarea{
	width: 400px;
	height: 250px;
	padding: 5px;
	background: #CCCCCC;
	color: #000000;
	border: #000000 1px solid;
}

p.hightlight{

	color:red;

	background:yellow;

}

p span{

	color:orange;

}

.footer{
	text-align: right;
	padding-top: 20px;
	border-top: #999999 1px dotted;
}

.footer a{color: #FF9900; text-decoration: none;}

.footer a:hover{color: #333333; text-decoration: none;}
