﻿html, body, p, textarea {
margin:0;
padding:0;
}
body {
font-family: Verdana, sans-serif;
font-size:12pt;
}
.error {
color:red;
/*outline:1px dotted purple;*/
}
#gohome {
width:37px;
margin:0 auto;
/*outline:1px dashed blue;*/
margin-top:12px;
margin-bottom:12px;
cursor:pointer;
}
#gohome img {
display:block;
}
form {
width:300px;
padding:12px;
margin:0 auto;
border:1px solid;
box-shadow: 10px 10px 10px #888888;
}
label {
/*outline:1px dotted blue;*/
}
fieldset input {
width:250px;
}
textarea {
resize:none;
overflow:auto;
width:250px;
height:100px;
}
#obarac {
/*outline:1px dotted green;*/
text-align:center;
}
#obarac input {
cursor:pointer;
}
#opomena {
text-align:center;
color:red;
width:300px;
/*outline:1px dashed red;*/
font-weight:bold;
margin:0 auto;
}