@charset "UTF-8";

label.error {
	color: #D4F039;
	text-align: left;
	padding: 0 0 0 10px;
}

fieldset {
	margin: 5px 0;
}
	
	legend {
		color: #D4F039;
		font-size: 14px;
	}
	
	li {
		line-height: 28px;
		clear: left;
	}
	
		.form-label {
			width: 100px;
			display: block;
			float: left;
		}
		
		.mini-contact-text {
			width: 180px;
			float: left;
			margin: 3px 0;
			color: #093056;
		}
		
		select {
			width: 184px;
			line-height: 28px;
			color: #1A4167;
		}
		
		textarea {
			color: #1A4167;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			width: 370px;
			margin: 10px 0 0;
		}
		
		#submit {
			width: 73px;
			height: 25px;
			background: url(../images/content/submit.gif) no-repeat;
			color: #002346;
			text-align: center;
			border: none;
			font-weight: bold;
			padding: 0;
			line-height: 25px;
		}
		
			#submit:hover {
				color: #31608F;
			}
			
	#membership-table {
		float: left;
		width: 290px;
		background: #31608F;
	}
	
		#table-top {
			height: 15px;
			width: 290px;
			background: url(../images/table/top.gif) no-repeat;
		}
	
		table {
			margin: 0 15px;
			width: 260px;
			overflow: hidden;
			background: #31608F;
		}
		
			tr {
				height: 25px;
				line-height: 25px;
			}
			
			.th,
			td {
				width: 50px;
				overflow: hidden;
				text-align: center;
				border-right: 2px solid #231F20;
				border-bottom: 2px solid #231F20;
			}
			
				.th {
					color: #D2EA31;
					font-size: 18px;
					border-top: 2px solid #231F20;
					font-weight: bold;
				}
			
				.left {
					text-align: left;
					text-indent: 5px;
					border-left: 2px solid #231F20;
					font-weight: bold;
					width: 115px;
				}
				
		#table-bottom {
			height: 15px;
			width: 290px;
			background: url(../images/table/bottom.gif) no-repeat;
			margin: 0 !important;
			margin: 0 0 -1px;
		}
