/* 
    Document   : vbc
    Created on : Oct 14, 2009, 11:47:22 AM
    Author     : david
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 12px;
	color: #444444;
}


.basic {
	font-size: 12px;
	font-family: verdana, tahoma, arial, helvetica;
	color: #444444;
}

.smalltext {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.input-field {
	width: 160px;
	border: 1px solid #999999;
	padding: 2px;
	font-size: 12px;
}

.warning {
	margin: 5px;
	width: 400px;
	padding: 15px;
	border: 1px solid orange;
	font-weight: bold;
	background-color: yellow;
}
