/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * form.css
 */

form {
}
fieldset {
	border: 1px solid #000000;
	margin: 10px;
	padding: 10px;
}
fieldset legend {
}


/**
 * sorts label tags to simulate tabular structure
 */
form label,
form .label {
	float: left;
	clear: both;
	width: 100%;
	margin: 6px 0px 6px 0px;
	position: relative;
}
form label strong,
form .label strong {
	display: block;
	padding-right: 20px;
	float: left;
	font-weight: normal;
	text-align: right;
	line-height: 1.9em;
	width: 175px;
	position: relative;
}


/**
 * form elements
 */

/* input.button */
input.button {
	cursor: pointer;
	padding: 2px 6px 2px 6px;
	border: 1px solid #666666;
}

/* .textbox, select */
.textbox, .rumbleui-textbox, select {
	border: 1px solid #666666;
	background-color: #FFFFFF !important; /* sorts out iIE6/7 google toolbar overwriting the background colour issue  */ 
}
.textbox, .rumbleui-textbox {
	padding: 3px 3px 3px 3px;
}
select {
	padding: 2px 3px 2px 3px;
}
.textbox:hover, .rumbleui-textbox:hover, select:hover {
	border: 1px solid #000000;
	background-color: #cccccc !important; /* sorts out iIE6/7 google toolbar overwriting the background colour issue  */ 
}
.textbox:focus, .rumbleui-textbox:focus, select:focus {
	border: 1px solid #000000;
	background-color: #f2df75 !important; /* sorts out iIE6/7 google toolbar overwriting the background colour issue  */ 
}

/* .textbox widths */
form .default {
	width: auto;
}
form .narrow {
	width: 50px;
}
form .small {
	width: 140px;
}
form .medium {
	width: 260px;
}
form .wide {
	width: 488px;
}
form .max {
	width: 98%;
}

/* .textbox heights */
form .very-short {
	height: 50px;
}
form .short {
	height: 100px;
}
form .tall {
	height: 150px;
}
form .very-tall {
	height: 250px;
}
form .extra-tall {
	height: 350px;
}

/* label.checkbox */
label.checkbox {
	margin-top: 6px;
	margin-bottom: 10px;
}
label.checkbox strong {
	position: absolute;
	text-align: left;
	margin: 0px 0px 0px 217px;
	width: 330px;
}
label.checkbox input {
	margin: 5px 0px 0px 195px;
}

/* additional form content styling */
form strong.required span {
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	color: #FF0000;
}
form span.note {
	font-weight: normal;
	font-size: 11px;
	display: block;
	margin: 4px 0px 0px 195px;
	line-height: 1.3em;
}
form span.side-note {
	margin: 0px 0px 0px 3px;
}
form span.note span.success,
form span.note span.fail,
form span.side-note span.success,
form span.side-note span.fail {
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
}
form span.note span.success,
form span.side-note span.success {
	background-color: #66cc33;
}
form span.note span.fail,
form span.side-note span.fail {
	background-color: #ff0000;
}
form p,
form h3 {
	clear: both;
}

/* .image-preview */
form .image-preview {
	background-color: #FFFFFF;
	margin: 0px 0px 20px 195px;
}

/* p.download / icon */
form p.download {
	margin: 0px 0px 0px 193px;
}

/* .controls */
form .controls {
	clear: both;
	padding: 10px 0px 10px 0px;
}
form fieldset .controls {
	clear: both;
	margin-left: 195px;
}


/**
 * .form-errors
 */
#main-content .form-errors {
}
