﻿/* CREO FORM STYLES - These are used by the form & form elements */
form { display:inline; }
fieldset { border:1px solid #D0D0D0; color:#303030; margin:5px; }
legend {}
.form_plain_text {}
.form_question { padding:5px; }
.form_question_label { float:left; width:100px; padding:0; display:block; margin:0 0 5px 0; }
.form_question_input { float:left; padding:0; width:200px; margin:0 0 5px 0; display:block; }
.form_question_input_error { color:#000000; border:1px solid #D0D0D0; width:130px; }
.form_question_input_error_text { color:#CC0000; }
.form_question_error_text { color:#CC0000; padding-left:100px; }
.form_question_required { background:#FFFFFF; color:#FF0000; padding:0; margin:0 0 5px 0; line-height:0em; }
.button { background:#E5E5E5; font-weight:bold; color:#303030; border:1px solid #D0D0D0; font-size:100%; margin:0 0 5px 0; float:right; cursor:pointer; }

#form_intro_text { margin-bottom:10px; }

.contact_container { width:500px; margin-bottom:60px; }
.contact_container .form_submit_container { width:309px; }