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

/**
 * form.css
 */

form {
}
fieldset {
	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: 130px;
	float: left;
	font-weight: normal;
}

/**
 * Form elements
 */

/* button */
input.button {
	cursor: pointer;
	padding: 1px 6px 1px 6px;
	margin: 0px 40px 0px 0px;
	border: 1px solid #4F5353;
	background-color: #3f3f3f;
	background-image: url("/resource/image/form/button-bg.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 11px;
}
input.button:hover {
	background-color: #000000;
	background-image: none;
	border: solid 1px #ffffff;
}
/* .textbox, select */
textarea {
	color: #000000;
	border: 1px solid #4F5353;
}
.textbox, select {
	border: 1px solid #4F5353;
	padding: 1px 3px 1px 3px;
	color: #000000;
}
.textbox:hover, select:hover {
	border: 1px solid #4F5353;
	background-color: #cccccc;
}
.textbox:focus, select:focus {
	border: 1px solid #000000;
	background-color: #cccccc;
}
.listbox option {
	background-color: #262626;
	color: #ffffff;
}

/* .textbox lengths */

fieldset {
}

fieldset .default {
	width: auto;
}
fieldset .narrow {
	width: 50px;
}
fieldset .medium {
	width: 225px;
}
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: #FF8933;
}
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;
	padding: 0px 0px 0px 149px;
	margin: 0px;
}



/**
 * Form Errors
 */
.form-errors {
	border: 1px solid #ffffff;
	padding: 10px 10px 0px 10px;
	background-color: #282828;
	margin-bottom: 10px;
}
.form-errors ul {
	padding: 10px;
}
.form-errors h4 {
	color: #FF6600!important;
}


/**
 * Multipage Controls
 */
form .multipagecontrol {
	margin: 10px 0px 0px 0px;
}
form .multipagecontrol a {
	margin: 0px 2px 0px 1px;
	text-decoration: none;
	font-weight: normal;
}
form .multipagecontrol a,
form .multipagecontrol select.page_length {
	border: 1px solid #333333;
	background-color: #424242;
	color: #ffffff;
	vertical-align: middle;
	font-size: 11px;
}
form .multipagecontrol a {
	padding: 3px 4px 3px 4px;
}
form .multipagecontrol a:hover,
form .multipagecontrol a.currentpage {
	border: 1px solid #8D8B8C;
}
form .multipagecontrol a:hover {
	text-decoration: none;
}
form .multipagecontrol a.currentpage,
form .multipagecontrol a.currentpage:hover {
	color: #ffffff;
}
form .multipagecontrol span {
	display: none;
}
form .multipagecontrol select.page_length {
	padding: 2px 0px 2px 0px;
	margin: 0px 2px 0px 5px;
	width: 50px;
}



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


