@charset "UTF-8";
/* CSS Document */


.form_widget {
	margin-top: 30px;
	position: relative;
	/* left: -10px; */
}

.form_widget form {
	text-align: left;
}


.form_widget label {
	width: 30%;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	color: #666666;
	font-size: 0.9em;
}

.form_widget input,
.form_widget select {
	width: 60%;
	position: absolute;
	left: 35%;
	top: 0px;
	min-height: 1.3em;
}

.form_widget iframe,
.form_widget .form_errors {
	width: 60%;
	position: relative;
	left: 35%;
	top: 0px;
	min-height: 1.3em;
}

.form_widget h2 {
	margin-left: 35%;
}

.form_widget input#capcha {
	width: 80px;
	/*position: absolute;*/
	left: 35%;
	top: 0px;
	min-height: 1.3em;
}
#capchatextdiv img {
	width: 100px;
	/*position: absolute;*/
	margin-left: 35%;
	top: 0px;
	border: none;
	margin-top: 0;
	padding: 0;
}

.checkbox input {
	width: auto !important;
	margin-left: 0px !important;
	margin-top: 0px;
}


.fswrapper fieldset .checkbox label {
	width: 260px; /* 210 ? */
	text-align: left;
	display: block;
	float: left;
	margin-left: 180px;
}

.fswrapper fieldset .checkbox label small {
	line-height: 1.3;
	display: block;
	margin-bottom: 0.3em;
}

.form_widget textarea {
	width: 60%;
	position: absolute;
	left: 35%;
	top: 0px;
	height: 6em;
}


#cmessage_div {
	margin-top: 2em;
}

.form_widget .cmessage {
	height: 7em;
}

.form_widget div {
	padding: 0;
	margin: 5px 0 5px 0;
	float: left;
	position: relative;
	width: 100%;
}

.form_widget div.form_errors {
	float: none;
}


#postcode_div {
	margin-top: 30px;
}

.form_widget div.form_errors {
	margin-left: 0px;
	width: 260px;
	background-color: #7C7D8F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	line-height: 130%;
}

.form_widget div.form_errors p, 
.form_widget div.form_errors li {
	margin-left: 0px;
	color: #FFFFFF;
	width: 260px;
	line-height: 180%;
}

.form_widget div.form_errors strong {
	font-size: 1.2em;
}

#maincol .form_widget div.form_errors ul {
	margin-left: 5px;
}



#capchatextdiv {
	margin-top: 2em;
	position: relative;
}

div.two-up_select select {
	width: 75px;
	position: absolute;
	left: 220px;
	top: 0px;
}

div.two-up_select {
	width: 310px;
	float: left;
}

.form_widget div.two-up_input {
	float: left;
	width: 100px;
	clear: none;
}

div.two-up_input label {
	display: none;
}

.form_widget div.two-up_input input{
	left: 0px;
	width: 100px;
	clear: none;
}

fieldset {
	position: relative;
	border: none;
}
/*
#maincol fieldset h3 {
	margin-left: 170px;
	margin-bottom: 0.8em;
	float: left;
	clear: left;
}
*/

fieldset p {
	margin-left: 35%;
	margin-bottom: 1em;
	float: left;
	clear: left;
	color: #666666;
	font-size: 0.8em;
	width: 60%;
}


fieldset p.lead_in {
	font-size: 0.9em;	
	margin-top: 1em;
	margin-bottom: 0.5em;
}

fieldset p.allocations {
	font-size: 0.9em;	
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-weight: bold;
}
	
h3.text5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent;
}

legend {
	display: none;
}

#page .fswrapper {
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #006600;
	-moz-border-radius:8px;
	border-radius: 8px;
	behavior: url('/wordpress/wp-content/themes/Copnet/scripts/PIE.htc');
}

input#do_formsend {
	width: 191px;
	height: 32px;
	position: relative;
	top: auto;
	left: auto;
	display: block;
	margin-left: 170px;
	margin-top: 50px;
	background-image: url(images/orange_submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	float: left;
}

#fsnote {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 10em;
}

#fsnote p {
	color: #666666;
	font-size: 0.8em;
	margin-left: 0;
	width: auto;
	text-align: left;
	float: none;
}

.holly {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 194px;
}

#page .form_errors {
	color: #FFFFFF;
	margin-left: 220px;
	margin-right: 30px;
	margin-bottom: 50px;
	padding: 20px;
	padding-top: 5px;
	background-color: #C30;
	-moz-border-radius:4px;
	border-radius: 4px;
	behavior: url('/wordpress/wp-content/themes/Copnet/scripts/PIE.htc');
}

#page .form_errors li {
	margin-top: 0.2em;
	margin-bottom: 0em;
}

#interested_msg_div,
#help_msg_div {
	height: 7em;
}

.investing-in-chaco #allcols .chaco_loanstock_expression_of_interest {
	background-color: #F2F5BF;	
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: -15px;
}



@media (min-width: 768px) {

	.form_widget label {
		width: 120px;
		text-align: right;
		padding-right: 10px;
		display: block;
		color: #666666;
	}
	
	.form_widget input,
	.form_widget select {
		width: 250px;
		position: absolute;
		left: 150px;
		top: 0px;
		min-height: 1.3em;
	}

	.form_widget textarea {
		width: 250px;
		position: absolute;
		left: 150px;
		top: 0px;
		height: 6em;
	}
	
	fieldset p {
		margin-left: 150px;
		margin-bottom: 1em;
		float: left;
		clear: left;
		color: #666666;
		font-size: 0.8em;
		width: 250px;
	}
	
	#maincol fieldset h3 {
		margin-left: 150px;
		margin-bottom: 0.8em;
		float: left;
		clear: left;
	}
	
	.form_widget input#capcha {
		width: 80px;
		position: absolute;
		left: 150px;
		top: 0px;
		min-height: 1.3em;
	}
	#capchatextdiv img {
		width: 100px;
		position: absolute;
		left: 250px;
		top: 0px;
		border: none;
		margin-top: 0;
		padding: 0;
		margin-left: 0;
	}

}



@media (min-width: 1000px) {
	
	.form_widget label {
		width: 150px;
		text-align: right;
		padding-right: 10px;
		display: block;
		color: #666666;
	}
	
	.form_widget input,
	.form_widget select {
		width: 280px;
		position: absolute;
		left: 170px;
		top: 0px;
		min-height: 1.3em;
	}

	.form_widget iframe,
	.form_widget .form_errors {
		width: 280px;
		position: relative;
		left: 170px;
		top: 0px;
		min-height: 1.3em;
	}
	
	.form_widget textarea {
		width: 280px;
		position: absolute;
		left: 170px;
		top: 0px;
		height: 6em;
	}
	
	fieldset p {
		margin-left: 170px;
		margin-bottom: 1em;
		float: left;
		clear: left;
		color: #666666;
		font-size: 0.8em;
		width: 280px;
	}
	
	.form_widget h2 {
		margin-left: 170px;
	}
	
	#maincol fieldset h3 {
		margin-left: 170px;
		margin-bottom: 0.8em;
		float: left;
		clear: left;
	}
	
	.form_widget input#capcha {
		width: 80px;
		position: absolute;
		left: 170px;
		top: 0px;
		min-height: 1.3em;
	}
	#capchatextdiv img {
		width: 100px;
		position: absolute;
		left: 280px;
		top: 0px;
		border: none;
		margin-top: 0;
		padding: 0;
	}

	
}