BODY {
	font-family: Arial;
	font-size: 10pt;
	font-weight: light;
	font-style: none;
	cursor: auto;
	background-color: "white";
}
TABLE {
	font-family: Arial;
	font-size: 10pt;
	font-weight: light;
	color: black;
	width:100%
}

h2 {
	font-size: 160%; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#000; 
}
label {
	text-align:right;
	width: 128px;
	display: inline;
	padding: 0 16px 0 0;
	height: auto;
}
label.radio {
	width: auto;
	padding-right: 6px;
	padding-left: 10px;
	float: none;
	display: inline;
} 
label img {
	vertical-align:middle;
}
fieldset {
	position:relative;
	border:0;
}
legend {
	font-weight: bold;
	font-size:1em;
	color:#333;
}
select.multiple {
	height:50px;
}
textarea {
	position:relative;
	font-family: Arial, Verdana;
	background-color:#fff;
	border:1px solid #bbb;
	padding-top:3px;
	font-size: 1em;
	margin-bottom:3px;
	width:100%;
	right:0;
	left:0;
	height: 100px;
}
select {
	font-weight:normal;
	font-size:0.9em;
	padding:2px;
	width:200px;
}
body:last-child:not(:root:root) select {
	margin:2px 0
}
select option {
	padding-right:8px
}
input[type="text"], input[type="password"], textarea, input.file, input.text, .button {
	padding:4px 4px;
	font-size:0.9em;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	_border:1px solid #bbb !important;
	_padding:none;
	width:200px
}
input:focus, textarea:focus {
	border:1px solid #bbb;
	outline:none
}
input[type="radio"], input[type="checkbox"], .interests>input {
	background:transparent !important;
	border:0 !important;
	width:20px !important
}
input[type="image"] {
	border:0;
	padding:0
}
fieldset div {
	padding:3px 0;
}
fieldset span.other {
	padding-left:143px;
}
div.submit {
	text-align:right;
}
.header {
	padding-bottom: 60px; margin-top: 30px; 
	background: #fff url("../images/ciclogo.jpg") no-repeat;
	background-width: 450px;
}
.container {
	width:900px;
	margin:auto; 
}
.right {
	float: right;
}
.interests {
	width:85%;
	margin:auto;
}
.interests input, .interests label {
	vertical-align:middle;
}
.interests label {
	display:inline-block;
	width:200px; padding:8px;
	text-align:left
}
.details label {
	display:inline-block;
	width:140px; padding:6px;  
	text-align:right
}
/*.details { background:#efefef; margin-bottom:20px}*/
.col1 {
	position: relative;
	width: 42%;
	float: left;
}
.col2 {
	position: relative;
	margin-left: 45%;
}
#postcode {
	width:auto
}
.button {
	background-color:#cc0000;
	color:#fff;
	font-size:1.2em;
	border:0; width:auto; padding:8px  
}
.center {
	text-align:center;
	padding:20px 0 50px 0
}
.highlight {
	color:red
}
.interests p {
	color:#7d1e9d;
	margin-top:0;
}
.formwrapper {
	background:#efefef;
	padding:15px 0;
	margin-bottom:20px
}
.selectbox {
	text-align:right;
	padding:10px;
	margin-right:105px;
	margin-right:115px\9;
}
.selectbox select {
	width:auto
}