/**
 * <projectname>
 *
 * Contains all declarations for form elements.
 *
 * @author 			Davy De Pauw (davy@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2010-04-19
 */

/* redefine xhtml selectors
---------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

label {

}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset legend {
	display: none;
}

fieldset.last {
	padding-bottom: 0;
}

input,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}

select {
}

select.field {
}

form dd {
}

/* input field sizes
---------------------------------------------------------- */

.xx-small { width: 20px; }
.x-small { width: 60px; }
.small { width: 185px; }
.medium { width: 260px; }
.large { width: 425px; }
.x-large { width: 400px }
.xx-large { width: 560px; }

.checkbox {
}

.radio {
}

.field{
    padding: 2px 4px 3px 4px;
    font-family: Helvetica, Arial, sans-serif;
    border: 1px inset #808080;
}

textarea {
    margin: 0 0 20px 0;
    padding: 2px 4px 3px 4px;
    width: 410px;
    height: 210px;
    font-size: 1em;
    border: 1px inset #808080;
}

select.small { width: 105px; }
select.medium { width: 270px; }

/* form
---------------------------------------------------------- */

.form fieldset {
    padding: 15px 0 10px 0;
}

.form dt {
    position: absolute;
    width: 150px;
    color: #2d3947;
}

.form dd {
    padding-left: 150px;
}

.form dd label {
    display: block;
}

.form dt label {
    font-weight: bold;
}

.form .indicator {
    margin-left: 3px;
    color: #92989c;
}

/* form -> focus
---------------------------------------------------------- */

.focus {
    background: #fff3cd !important;
    border-color: #bba872;
}
