﻿/* CREO FORM STYLES - These are used by the form & form elements */
form { display:inline; }
input { background: none; border: none; width: 100%; height: 29px; padding: 0 0 0 5px; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:1em; }
textarea { border: none; width: 78%; height: 29px; padding: 7px 50px 0 5px; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:1em; }
select { border: none; width: 100px; height: 29px; padding: 7px 0 0 5px; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:1em; }

input.disabled { border:1px solid #CCCCCC; background:#F6F6F6; }
fieldset { border:1px solid #CCCCCC; margin:0 0 5px 0; padding:5px; }
select { margin-bottom:5px; }
legend { font-weight:bold; color:#CCCCCC; }

#form_intro_text { margin-bottom:10px; }
.form_plain_text { margin-bottom:5px; }

.form_question { padding:5px 0; }
.form_question_label { float:left; width:20%; padding:0; display:block; margin:0 0 5px 0; }
.form_question_label_vertical { float:none; display:block; width:99%; }
.form_question_input, .form_question_input_error { background: none; border: solid thin #CCCCCC; float:right; padding:2px 0 0 0; width:78%; height: 20px; margin:0 0 5px 0; display:block; }
textarea.form_question_input { height:auto; }
.form_question_input_error_text { color:#CC0000; }
.form_question_error_text { color:#CC0000; padding-left:22%; }
.form_question_required { color:#FF0000; padding:0; margin:0 0 5px 0; line-height:0em; }
.form_terms_label { width:auto; }

.form_submit_container { background: url(theme_images/contact_button.gif) no-repeat center; width: 68px; margin-bottom: 3px; float: right; }
.button { padding:0; color:#FFFFFF; font-size:100%; margin:0 0 5px 0; float:right; cursor:pointer; }


#search_container { background:url(theme_images/search_box.gif) 100% 0px no-repeat; width:174px; float:right; padding:1px 0 2px 3px; margin:10px 0 14px 0; }
.search_button { line-height:0; font-size:0; height:17px; padding:0; margin:0; overflow:visible; float:none; display:inline; background:url(theme_images/search_submit.gif) 0 50% no-repeat; cursor:pointer; width:17px; position:relative; vertical-align:middle; }
.keyword_search_input { vertical-align:middle; float:none; display:inline; width:147px; height:17px; background:none; position:relative; }


input .button { background: none; }

input #search_criteria { background: #000000; width: 20px; color: #000000; position: relative; margin-top: -40px; }

.input_datepicker { width:100px; }

.contact_container { width:75%; }

.form_tabs { position:relative; z-index:2; width:518px; /*use width for IE*/ }
.form_tab_box { border:1px solid #CCCCCC; padding:5px; background:#F6F6F6; margin-top:-1px; position:relative; z-index:1; width:508px; /*use width for IE*/ }
.form_tab { float:left; display:block; padding:2px 5px; }
.form_tab:hover a { background:#F6F6F6; }
.form_tab_sel { border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; background:#F6F6F6; }

.form_key { color:#CC0000; }

.preview { margin-bottom:10px; width:100%; /*float:left;*/ }
.preview_title { font-size:1.2em; font-weight:bold; width:30%; float:left;}
.preview_content {font-size:1.2em; width:65%; float:left; padding-left:10px; }
.preview_chart { padding-top:5px; display:block;}
.preview_field_title { font-size:1.3em; border-bottom:1px solid #999999; margin-bottom:10px; font-weight:bold;}
.correct { border-left:10px SOLID green; padding-left:5px; margin-bottom:3px;}
.incorrect { border-left:10px SOLID red; padding-left:5px; margin-bottom:3px;}
form .form_radio_box_chart { float:left; width:175px;}
.form_radio_box {float:left; width:175px;}
.form_radio_label { }
.question_chart_container { float:left; width:175px;}
.form_radio { width:20px; float:left;}
