body,td,p {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size : 11px;
}


#regformid td, #regformid label {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size : 12px;
}

.blockheading {
	background-image: url(http://www.windowsitpro.com/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fff;
	font-size: 16px;
	text-indent: 10px;
	border-bottom : solid 2px #657C88;
	text-align: left;
	color: #657C88;
	font-weight: bold;
}

.error {
	font-size: 14px;
	font-weight: bold;
	color: RED;
	text-decoration: none
}

.required {
	color: #ff0000;
}

.bordercolor {
	color: #999999;
}

.subtle {
	font-size: 10px;
	color: #999999;
}

/*Form & Dropdown Styles*/
.form { 
	margin-top: 0; 
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding: 1 px; 
	border-top: 1px solid #7A7A7A;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #7A7A7A;
	border-right: 1px solid #E2E2E2
}
