
.formstyle {
	background: transparent url('/_img/template/bg_form-drk.gif') repeat-x;
	margin-bottom: 12px;
	padding: 12px 12px 6px 12px;
	}
.formcallout {
	background: #000;
	border: 1px solid #666;
	margin-bottom: 12px;
	padding: 12px 12px 6px 12px;
	}
	
.formtext {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 4px 6px 0px 0px;
	text-align: right;
	}
.formfield {
	float: left;
	display: inline;
	}
.formfield input { color: #000; background: #e1e1e1; border: 1px solid #999; }
	
.formdotteddivider { 
	clear: both; 
	background: transparent url('/_img/template/form_div-drk.gif') repeat-x;
	height: 1px;
	overflow: hidden;
	margin-bottom: 6px;
	padding-top: 12px;
	}
.formsoliddivider { 
	clear: both; 
	background: transparent url('/_img/template/form_solid_div-drk.gif') repeat-x;
	height: 1px;
	overflow: hidden;
	margin-bottom: 6px;
	padding-top: 12px;
	}
.formdoubledivider {
	border-bottom: 2px solid #666;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-bottom: 12px;
	padding-bottom: 12px;
	}

.formfull {
	width: 100%;
	}
.formfull .formtext { width: 15%; }
.formfull .formfield { width: 85%; }

.form3columns {
	width: 720px;
	}
.form3columns .formtext { width: 140px; }
.form3columns .formfield { width: 560px; }

.form2columns {
	width: 480px;
	}
.form2columns .formtext { width: 120px; }
.form2columns .formfield { width: 300px; }

.form1column {
	width: 240px;
	}
.form1column .formtext { width: 100px; }
.form1column .formfield { width: 130px; }

.formcallout h1, .formstyle h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0099cc;
	padding-bottom: 4px;
	border-bottom: 1px solid #666;
	}
.formstyle h1 {
	margin-top: 12px;
	}
	
	
	dl.package-list {
	width: 366px;
	margin: 0px 0px 32px 0px;
	padding: 0px;
	}
dl.package-list dt {
	float: left;
	display: inline;
	width: 270px;
	margin: 0px;
	padding: 0px 2px;
	}
dl.package-list dd {
	text-align: right;
	margin: 0px 0px 3px 0px;
	padding: 0px 2px 3px 2px;
	}
dl.package-list dd:after {
	content: ".";
    display: block;
	height: 0px;
	overflow: hidden;
    clear: both;
    visibility: hidden;
	}
.package-title, .package-price {
	font-weight: bold;
	}
.package-price {
	border-bottom: 1px solid #ccc;
	}