/*
 * CSS for input forms.
 * Include after any default CSS.
 */

div.indent {
    margin-left: 30px;
}

div.right {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}

div.left {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}

div.clear {
	clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

form {
    clear: both;
}

fieldset {
    margin: 1em 0;
    padding: 1em;
	border: 1px solid #8f4a00;
    background-color: #eae2ba;
    font-size: 8pt !important;
}

legend {
    font-weight: bold;
    font-size: 125%;
    padding-left: 0.5em;
    padding-right: 0.5em;
	color: #800000;
}

label {
    float: left;
    width: 30em;
    text-align: right;
    padding-right: 2em;
}

p.rad {
    float: left;
    width: 28em;
    text-align: right;
    padding-right: 2em;
}

p.radtext {
    float: right;
    width: 26em;
    text-align: left;
    padding-left: 0em;
    margin-left: 0em;
}

fieldset.narrow label {
    width: 20em;
}

blockquote {
    font-style: normal;
}

/*
 * Use div's instead of p's to separate form elements
 */
div {
    margin-top: 1em;
}

/*
 * Use this class to provide instructions
 */
div.instructions {
    width: 70%;
    margin: 1em auto;
    padding: 1em;
    border: 1px dotted #800000;
}

p.example,li.example {
    font-style: italic;
}

/*
 * Use "related" class to make a field related to the one above it. E.g. multiple lines
 * of address fields.
 */
div.related {
    margin-top: 0.25em;
    /*border: 1px red solid;*/
}

.required {
    font-weight: bold;
}

input:focus, textarea:focus, select:focus {
    background: #ffc;
}

/*
 * CSS for the summary page
 */
/***
#SummaryTable {
    margin: 1em auto;
}

#SummaryTable td {
    padding: 0.1em 1em 0 0;
}

#SummaryTable td.prompt {
    text-align: right;
}
***/
/*
 * This targets p's immediately after labels.
 * Float them left too, and they'll sit to the right of their label.
 * See iehacks.css for an IE6 hack because it doesn't support sibling selectors.
 */
#Summary label + p {
    float: left;
    margin: 0.5em 0 0 0;
    display: block;
    width: 45%;
}

#Summary label {
    margin: 0.5em 0 0 0;
    display: block;
    width: 45%;
}

#Summary h3 {
    width: 45%;
    text-align: right;
    padding-right: 2em;
    display: block;
    margin: 1em auto 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: italic;
    color: black;
    clear: both;
}

#Summary .related {
    margin-top: 0.25em;
}

/*
 * Div for buttons
 */
form div.buttons {
    width: 100%;
    height: 1em;
    margin-top: 1em;
    clear: both;
}

/*
 * Form buttons
 */
input.button {
    /*border: none;*/
    /*color: white;*/
    width: 85px;
    height: 28px !important;
    font-size: 8pt !important;
    font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*background: url(formbutton1.jpg) no-repeat 0 2px !important;*/
}

/*
input.button:hover {
	background: url(formbutton1_hover.jpg) no-repeat 0 2px !important;
}
*/

/*
 * A table for stall details
#StallDetails div {
	border: 1px solid #8f4a00;
}
 */

input.amount {
    border: none;
    visibility: hidden;
    background-color: #eae2ba;
}

input.subtotal {
    font-weight: 500;
    border-bottom: 1px dotted black;
    text-align: right;
}

input.total {
    font-weight: 700;
    border-bottom: 1px solid black;
    text-align: right;
}

div.rc {
    display: none;
}

