/* Add here all your CSS customizations */


textarea#styled {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}


.boks {

border: 1px solid #000000;
margin-bottom: 5px;
padding: 10px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;


}

.boks_fravar {

border: 1px solid #000000;
margin-bottom: 5px;
padding: 10px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;


}


