/* 	::::: FORMS :::::
	Compatible with CakePHP FormHelper
	Right-aligned form labels
*/

form {
	margin: 0 0 1.8em;
}

form div {
	clear: left;
	margin: 0 0 1.4em;
}

.input label {
	float: left;
	margin: 0 15px 0 0;
	width: 130px;
	font-weight: bold;
	text-align: right;
}

#sidebar .input label {
	width: 120px;
	text-align: left;
}

.form_caption {
	clear: left; float: left;
	margin: 0.3em 0 0.9em 135px;
}


/*	::::: Text fields :::::
*/

.text input {
	margin: -1px; padding: 1px;
}

/*	::::: Checkboxes and radio buttons :::::
*/

div.checkbox,
div .radio {
	margin: 0 0 15px;
}

.checkbox legend,
.radio legend {
	display: none;
}

.checkbox fieldset {
	margin: 0 0 0 135px;
}

/* These labels need to be beside the field */
.checkbox fieldset label,
.radio fieldset label {
	float: none;
	width: auto;
	font-weight: normal;
	text-align: inherit;
	vertical-align: top;
	cursor: pointer;
}

.checkbox input,
.radio input {
	margin: 2px 0.3em 0 0;
}

.checkbox-grid label {
	width: 100px !important;
}


/*	::::: Select boxes :::::
*/

.select select,
.date select {
}


/*	::::: Buttons / submit :::::
*/

.submit input {
	margin: 0 0 0 135px;
	cursor: pointer;
}

#sidebar .submit input {
	margin: 0 0 0 135px;
}

.nolabel input { margin: 0 !important; }


/*	::::: Form/Status Messages :::::
*/

.formMessage {
	padding: 0.75em 1.25em;
	background: #ffebe8;
	border: 1px solid #dd3c10;
	
}

.formMessage p {
	margin: 0 !important;
}


/* added by uzyn */
input.longtext { width: 200px; }
table#nomination_table td, table#nomination_table th { padding: 6px; text-align: center; }

#flashMessage {
	clear: left;
	margin: -3.1666em 0 1.5em; padding: 0.75em 0;
	width: 840px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}

.message {
	background: #fff9d7;
	color: #555;
	border-color: #e2c822;
}

.error-message {
	background: #ffebe8;
	color: #555;
	border-color: #dd3c10;
}
