form#educational_question {}
form#educational_question fieldset {border:1px solid #cecece;}
form#educational_question fieldset legend {}
form#educational_question fieldset div.element_wrapper {clear:left; overflow:hidden; height:auto; border-bottom:1px solid #f5f5f5;padding:5px;}
form#educational_question fieldset label {width:170px; display:block; float:left; margin-right:10px;}
form#educational_question fieldset input {width:250px; border:1px solid #999999;}
form#educational_question fieldset select {width:250px; border:1px solid #999999;}
form#educational_question fieldset textarea {width:250px; height:100px; border:1px solid #999999;}
form#educational_question fieldset input#submit {width:100px; margin:0 auto; cursor:pointer;}
form#educational_question fieldset div.element_wrapper:hover input {border-color:#98B537;}
form#educational_question fieldset div.element_wrapper:hover textarea {border-color:#98B537;}
form#educational_question fieldset div.element_wrapper:hover select {border-color:#98B537;}
form#educational_question fieldset div.element_wrapper:hover label {color:#98B537;}

form#educational_question fieldset div.element_wrapper :focus {border-color:#98B537;}