/******************************************/	
/* 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: 3px 0px 3px 0px;
	vertical-align: middle;
}
form label strong,
form .label strong {
	display: block;
	width: 250px;
	float: left;
	font-weight: normal;
}

/**
 * Form elements
 */

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

/* .textbox, select */
.textbox, select {
	border: 1px solid #666666;
	padding: 3px 3px 3px 3px;
}
.textbox:hover, select:hover {
	border: 1px solid #000000;
	background-color: #cccccc;
}
.textbox:focus, select:focus {
	border: 1px solid #000000;
	background-color: #cccccc;
}

/* .textbox lengths */
fieldset .default {
	width: auto;
}
fieldset .narrow {
	width: 50px;
}
fieldset .small {
	width: 140px;
}
fieldset .medium {
	width: 220px;
}
fieldset .wide {
	width: 360px;
}
fieldset .max {
	width: 98%;
}

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


/**
 * Additional label content styling
 */
form strong.required span {
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	color: #FF0000;
}
form span.note {
	font-weight: normal;
	font-size: 10px;
	display: block;
	margin: 2px 0px 3px 184px;
}
form p,
form h3 {
	clear: both;
}
form .controls,
form .navigation {
	clear: both;
}



/**
 * Form Errors
 */
form .form-errors {
}



/**
 * Multipage Controls
 */
form .multipagecontrol {
}



/**
 * Icon Toolbar Styles
 */
form .format-toolbar {
}


