/*-------------------------------------------------------------------- 
	SAMPLE CSS that gives a reasonable form layout 
-----------------------------------------------------------------------*/

body {
    font-family: Arial, FreeSans, sans-serif;
}

.cssForm {
	background-color: transparent;
}

.cssLabelsColumn {
	width: 300px;
	vertical-align: top;
	font-weight: bold;
	font-size: .8em;
	text-align: right;	
	vertical-align: center;
	
}

.cssInputFieldsColumn {
	vertical-align: top;
}

.cssInputFields {
}

.cssTextArea { 
	width:300px; 
}

.cssSaveButton {
   background-color: #2574a9;
   color: #fff;
   padding: 10px 20px;
}


