.formtable {
	width: 450px;
	border: 2px solid #7F7575;
}
.formtable .checkselect {
	overflow: auto;
	visibility: visible;
	height: 150px;
	width: 250px;
	background-color: #FFFFFF;
	border: 2px inset;
}
.formtable .header {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	width: 100%;
	background-color: #7F7575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formtable .cattext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DAD8D8;

}
.formtable .button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 2px solid #7F7575;

}

/**
Survey Stuff
**/

#surveycode_box  {
        font-family: Arial;
        font-size: 1.5em;
}

.surveycode_input {
        font-family: "f36days";
        font-size: 1.5em;
	width: 11em;
}

.ordermode_box {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 0.9em;
}

.ordermode_label {
        font-size: 0.9em;
        margin-right: 15px;
}

/***
Basic Info Form
**/

.formheader{
        font-family: "f36days";
        font-size: 1.1em;
        background-color: #318ABD;
        color: white;
        padding: 4px;
        margin-top: 5px;
        margin-bottom: 5px;
}

.form_field label {
        color: #181C18;
        display: block;
        float: left;
        width: 100px;
}

.form_field input {
        width: 250px;
}

.form_field {
        margin-bottom: 4px;
        margin-top: 4px;
}

.basic_buttons {
        margin-top: 10px;
}

#submit_info {
        float: right;
}

/***
Survey
**/

.category_box {
        background-color: #009900;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: white;
        padding: 5px;
        margin-bottom: 10px;
}

.category_name {
        font-size: 1em;
        color: white;
}

.category_desc{
        font-size: 0.8em;
        color: yellow;
}


.question_text {
        font-family: "f36days";
        font-size: 1.6em;
        margin-bottom: 10px;
        color: #181C18;
}

.question_count {
        font-family: "f36days";
        font-size: 1.6em;
        float: right;
}

.input_text {
        font-size: 1.2em;
        padding: 3px;
        width: 90%;
}

.input_textarea {
        font-size: 1.2em;
        padding: 3px;
        width: 90%;
        height: 150px;
}

.input_radio, .input_radio_label {
        margin-bottom: 7px;
}

.survey_buttons {
        margin-top: 10px;
}

.submit_next {
        float: right;
}

.submit_prev {
        float: left;
}

/***
end
*/

h1 {
        font-family: "f36days";
        font-size: 2em;
}

h1.redeemcode {
        margin-bottom: 15px;
}

h2 {
        font-size: 1.6em;
        margin-bottom: 10px;
}

#title_bar {
        font-family: "f36days";
        font-size: 1.1em;
        font-weight: bold;
        background-color: #CE3818;
        padding: 5px;
        color: white;
        border-bottom: 1px solid black;
        margin-bottom: 10px;
        text-align: left;
}

#survey_questions,#surveycode_box {
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        padding: 25px;
        background-color: white;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        border: 3px solid saddlebrown;
        text-align: left;
}
