.col1, .col2, .col3, .col4{ float:left}
/*======= width =======*/
.w{margin:0 auto; text-align:left; width:770px; }

/*======= index.html =======*/
#page1 #content .col1{ width:235px; margin-right:50px}
#page1 #content .col2{ width:476px}
/*======= index-1.html =======*/
#page2 #content .col1{ width:460px; margin-right:78px}
#page2 #content .col2{ width:213px; margin-right:10px}
/*======= index-2.html =======*/
#page3 #content .col1{ width:225px; margin-right:60px}
#page3 #content .col2{ width:466px; margin-right:10px}
/*======= index-3.html =======*/
#page4 #content .col1{ width:480px; margin-right:47px}
#page4 #content .col2{ width:234px}
/*======= index-4.html =======*/
#page5 #content .col1{ width:285px;}
#page5 #content .col2{ width:476px}
#page5 #content .col3{ width:247px; font-size:.9em}
#page5 #content .col4{ width:238px; font-size:.9em}
/*======= index-4.html =======*/
#page6 #content .col1{ width:751px; margin-right:10px;}

form legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

form {
	padding: 0 20px 20px 20px;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 12pt;
}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
}

form fieldset p label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}