/* GeekCruises.com -------------------------------- *//* geek_forms.css --------------------------------- *//* all forms on site -------------------------------*/#fforms {	width:  790px;	margin-top: 16px;	margin-right: auto;	margin-left: auto;	}.leftbox {	width:385px;	float:left; 	}.rightbox {	width:385px;	float: right; 	}	#fforms .chktext	{	color: #333;	font-size: 75%;	line-height: 164%;	text-align: left;	padding-top: 8px;	padding-right: 24px;	padding-left: 24px;	}	#fforms .chktop	{	color: #333;	font-size: 75%;	line-height: 164%;	text-align: left;	padding-top: 20px;	padding-right: 24px;	padding-left: 24px;	}#fforms .privacy {	text-align: center;	margin-bottom: 16px;	padding-top: 20px;	padding-bottom: 20px;	}#fforms .chkbottom {	color: #333;	font-size: 75%;	line-height: 164%;	text-align: left;	margin-bottom: 16px;	padding: 8px 24px 20px;	}#fforms p {	color: #333;	font-size: 63%;	line-height: 160%;	background-color: #e0e0e0;	text-align: left;	padding-top: 8px;	padding-right: 24px;	padding-left: 24px;	}	#fforms .top {	padding-top: 20px;	}	#fforms .topbottom {	margin-bottom: 16px;	padding-top: 20px;	padding-bottom: 20px;	}			#fforms .bottom {	margin-bottom: 16px;	padding-bottom: 24px;	}	#fforms .right {	float: right;	padding-left: 0;	}
