@charset "utf-8";
/* SANG, Strategic Alliance Networking Group
	Small Form Style Sheet
	www.purple-dragonfly.com
	July 2008 */



fieldset {
	border: 1px solid #B30003;
}

legend {
	font-weight: bold;
}


.required {
	font-size: 75%;
	text-transform: uppercase;
	color: #B30101;
	font-style: normal;
}

.label {
	width: 10em;
	margin-left: 5px;
	font-weight: bold;
	font-size: 90%;
}

input#submit {
	color: #FFFFFF;
	background-color: #333333;
	border-top: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
}

input#reset {
	color: #FFFFFF;
	background-color: #333333;
	border-top: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
}

input#name, input#email, input#event, input#phone  {
	width: 225px;
	margin-top: 2px;
	margin-bottom: 2px;
}

textarea#comments {
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 3px 5px 2px 5px;
	font-weight: bold;
}

th {
	text-align: left;
	
}

a:link, a:visited {
	color: #444444;
}

a:hover {
	color: #B40001;
}
