SELECT,INPUT,TEXTAREA{
border:1px solid #D5D5D5;
background-color:white;
font-size:11px;
font-weight:normal;
}
INPUT:focus, TEXTAREA:focus, .invisible_input:hover{
background-color:#cee4fb;
border:1px solid #6097d0;
}
INPUT[type=checkbox],INPUT[type=radio]{
border:none;
}
.radio, .checkbox{
border:none;
background-color:none;
}

.delete, .delete:Focus{
background: url(../../default/img/buttons/delete.gif) no-repeat bottom left transparent;
}

.form SPAN.title{
color:#6e6e6e;
}
.form DIV.formsection{
background-color:transparent;
border:none;
}
.form DIV.formsection SPAN.section_title{
color:#6097d0;
border:none;
background-color:none;
border-bottom:1px solid #6097d0;
font-weight:bold;
text-align:left;
font-size:13px;
padding:0;
margin:0 0 3px 0;
}
.form DIV.formsection DIV.row{
background:url(../img/skin/form_bg.png) repeat-y top left transparent;
}
.form DIV.formsection DIV.row SPAN.row_label{
width:120px;
}
.row_content{
margin-left:125px;
padding-left:10px;
border-left:1px solid #6097d0;
}

.form DIV.formsection DIV.emptyrow{
background:none;
border:1px solid #EEE;
font-weight:normal;
}
.submitrow{
text-align:left;
background-color:#f4ede2;
border:1px solid #f4a62a;
padding:2px;
}
/* BUTTONS */
.submit, .submit:focus{
color:#000;
border: 2px outset #f4a62a;
background-color: #f4a62a;
font-weight:bold;
}
.submit:Hover{
color:#000;
border: 2px inset #f4a62a;
background-color: #f4a62a;
font-weight:bold;
}

.submit2, .submit2:focus{
color:#000;
border: 1px outset #f4a62a;
background-color: #f4a62a;
font-weight:bold;
}
.submit2:Hover{
color:#000;
border: 1px inset #FFF;
background-color: #890F4F;
font-weight:bold;
}

.sbmt_delete, .sbmt_delete:focus{
color:#FFF;
border: 2px outset red;
background-color: red;
font-weight:bold;
}
.sbmt_delete:Hover{
color:#FFF;
border: 2px inset red;
background-color: red;
font-weight:bold;
}

/* HELPERS */
.form DIV.help{
border:1px solid #9eccff;
background-color:#dbebff;
padding:2px;
font-size:10px;
color:#666;
margin-right:4px;
}
span.error{
color: black;
background-color: pink;  
border:1px solid red;
}
.example{
font-size:10px;
color:grey;
}
FORM.confirm{
border:1px solid red;
background-color:pink;
text-align:center;
font-weight:bold;
}
#stad{
font-family:courier;
}