/***** Form Related Styles *****/form {	/*width: 300px;*/	margin:0 auto;	padding: 12px 38px 0 0;}.form_table {	width: 340px;	margin: 0 130px 0 45px;	text-align: left;}.form_text {	color: #4c1782;	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 18px;	text-align: left;}/** normal input box labels **/label {	color: #4c1782;	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	margin-right: 20px;	display: block;	font-weight: bold;	clear: both;	cursor: pointer;}option {	font-size: 12px;}/** error labels **/label.error {	color: #B20200;	margin: 0;	padding-left: 22px;	display: block;	font-weight: bold;	background: url(../images/error_label_bg.gif) bottom left no-repeat;	cursor: pointer;}/** labels of checkboxes/radiobuttons **/label.check {	font-weight: normal;	display: inline;	margin: 0;	padding: 0;}/** input boxes of required fields **/.required {	border-left: 3px solid #B20200;	padding: 2px;}/** error message at the top of the form **/.errormsg {	padding-left: 20px;	color: #B20200;	text-align: center;}/** thanks message at the top of the form **/.thanksmsg {	color: #006600;	padding-left: 20px;	background: url(../images/required_check.gif) top left no-repeat;	text-align: center;}/** submit/reset buttons **/button {	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	padding: 3px;	display: block;	clear: both;	text-align: center;}/** normal input boxes / textarea **/.text, textarea {	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	width: 300px;	margin-bottom: 15px;}.postal {	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	width: 240px;	padding: 3px 3px 3px 6px;	margin: 0 0 15px 0;	border-right: 0;	border-top: #ffffff 1px outset;	border-left: #ffffff 1px outset;	border-bottom: 0;	background-image: url(../images/bgfield.gif);	color: #4c1782; }.postal-required {	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	padding: 3px 3px 3px 6px;	margin: 0 0 15px 0;	border-right: 0;	border-top: #ffffff 1px outset;	border-left: #ffffff 1px outset;	border-bottom: 0;	background-image: url(../images/bgfield.gif);	color: #4c1782; }.postal-required-dropdown {	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	width: 410px;	padding: 3px 3px 3px 6px;	margin: 0 0 15px 0;	border-right: 0;	border-top: #ffffff 1px outset;	border-left: #ffffff 1px outset;	border-bottom: 0;	background-image: url(../images/bgfield.gif);	color: #4c1782; }.button {	margin-bottom: 5px;	cursor: pointer;	border-right: #b695d8 1px outset;	border-top: #cad6f6 1px outset;	border-bottom: #b695d8 1px outset;	border-left: #ffffff 1px outset;	color: #4c1782;	background-color: #e5d9f1;}
