/* 
    Document   : online_form
    Created on : 20.3.2009, 18:46:50
    Author     : janez
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

label {
	display:block;
}

textarea,input {
/*	border: 1px solid #A3947F;
	background-color: #F7ECDB;*/
	font-family: Verdana;
	font-size: 9pt;
	color: #42210B;
	width: 400px;
}

textarea:focus, input:focus {
	background-color: #FCF1DF;
}

textarea {
	padding: 2px;
}

input.text {
	padding: 2px;
}

input.button {
	padding:1px 2px;
	width: 80px;
}

label {
	font-family: Verdana;
	padding-bottom:4px;
	padding-top:8px;
}

