/* CSS Document */

body {
	font-family: calibri, verdana, arial, sans-serif;
	font-size:12px;
    line-height:16px;
}

.button {
	background-color:#6C6C6C;
	color:#D5D5D5;
	border:solid #3D3D3D 1px;
	padding:4px;
	}

.required {
	border:solid #6C6C6C 1px;
	height:16px;
	}	
	
.error {
	color:#FF0000;
	}	