.sgform label {
	display:block;
	padding-bottom:4px;
}
.sgform .required {
	color:#cc0000;
}
.sgform input.txt, .sgform textarea.txt {
	padding:2px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:300px;
}

/** Error Blocks **/
.sgErrorBlock {
	padding:10px;
	margin:10px 0;
	border:1px dotted #ccc;
}
.sgErrorBlock span {
	display:block;
	color:#990000;
	font-size:18px;
	padding-bottom:8px;
}
.sgErrorBlock ul {
	list-style-type:none;
	margin-left:20px;
}
.sgErrorBlock ul li {
	color:#666666;
	font-size:12px;
	line-height:18px;
}
