
/**
 * CSS STYLES FOR FORMS
 */
 
 
fieldset {
  border: 0;
}
 
.error_list {
  margin: 8px 4% 8px 1px;
}
.error_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}



/*** RECOMMEND TO FRIEND FORM ***/
.recommend_to_friend_module {
  width: 700px;
  overflow: hidden;
  border: 5px solid #DCD9D4;
  background: #FFF;
}
.recommend_heading {
  margin: 0 0 15px 0;
  padding: 0 5px 7px 5px;
  color: #555;
  background: #DCD9D4;
}
.recommend_to_friend_form {

}
.recommend_message {  
  margin: 0 15px;
  border: 0;
  padding: 0 0 10px 90px;
  background: url('../images/recommend_guy.png') no-repeat 0 0;
}
.recommend_message .form_description {
  display: inline;
  float: right;
  width: 190px;  
  padding: 60px 0 0 10px;
  background: url('../images/recommend_money.png') no-repeat 40% -5px;
}
.recommend_message label {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.recommend_message .form_row {
  margin: 0 200px 0 0;
}
.recommend_mails, .recommend_contacts, .recommend_select_contacts {
  margin: 5px 15px 15px 15px;
  padding: 5px 15px 10px 15px;
  border-width: 1px 0 1px 0;
  border-style: dotted;
  border-color: #777;
  background: #efeeeb;
}
.recommend_contacts {
  background: #efeeeb url('../images/mail_provider.png') no-repeat 98% 5px;
}
.recommend_contacts .form_description {
  margin: 0 315px 10px 0;
}
.recommend_to_friend_form .legend {
  margin: 0;
}
#recommend_to_friend_emails {
  display: inline;
  float: left;
  width: 440px;
  margin: 3px 0 0 0;
  padding: 5px;
  vertical-align: middle;
}
.recommend_mails .submit_green, .recommend_contacts .submit_green {  
  display: inline;
  float: right;
  margin: 3px 0 0 0;
  vertical-align: middle;
}
.recommend_contacts .submit_green {
  margin: 12px 0 0 0;
}
.contact_mail, .contact_provider, .contact_password {
  display: inline;
  width: 160px;
  float: left;
  margin: 0 5px 0 0;
}
.contact_provider {
  padding: 15px 0 0 0;
}
#contact_retrieve_username, #contact_retrieve_password {
  width: 145px;
  padding: 3px;
}
#contact_retrieve_provider {
  width: 125px;
}
#recommend_to_friend_message {
  min-height: 9em;
}
.select_contacts_form .form_description, 
.select_contacts_form .recommend_select_contacts, 
.select_contacts_form .form_buttons, 
.select_contacts_form .form_description {
  margin: 10px 15px;
}
.recommend_select_contacts .form_description {
  display: inline;
  float: right;
  width: 190px;
  margin: 0;
  padding: 95px 0 0 10px;
  background: url('../images/recommend_money2.png') no-repeat 50% 5px;
}
.recommend_select_contacts .form_row {
  margin-right: 215px;
}
#select_all_contacts {
  width: auto;
  vertical-align: middle;
  margin: 0 10px 0 16px;
}
.select_all label {
  display: inline;
  font-weight: bold;
}
.recommend_to_friend_form .checkbox_list {
  max-height: 250px;
  overflow: auto;
  border: 1px solid #AAA;
  list-style: none;
  line-height: 16px;
  background: #FFF;
}
.recommend_to_friend_form .checkbox_list li {
  overflow: hidden;
  margin: 0 10px 0 10px;
  padding: 10px 5px;
  border-top: 1px dashed #AAA;
}
.recommend_to_friend_form .checkbox_list li:first-child {
  border: 0;
}
.recommend_to_friend_form .checkbox_list input {
  display: inline;
  float: left;
  width: auto;
}
.recommend_to_friend_form .checkbox_list label {
  display: inline;
  float: left;
  width: auto;
  margin: 0 0 0 15px;
}
.select_contacts_form .submit_green {
  margin-right: 15px;
}
.recommendation_success {
  padding: 5px 150px 15px 0;
  background: url('../images/recommend_money3.png') no-repeat 100% 0;
}
.login_register_choice {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
.login_register_choice .green_cta {
  padding: 10px 15px;
  font-size: 20px;
  letter-spacing: 0.01em;
}

/*** SITE SEARCH ***/
/* Search Module */

#page_search  fieldset {
  border: 0;
}
#widget_lecturio_searchstr {
  font-size: 12px;
}
#widget_lecturio_searchstr, #lecturio_searchstr {
  float: left;
  width: 180px;
  height: 18px;
  padding: 4px 0 4px 30px;
  line-height: 18px;
  border: 1px solid #999;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px; 
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2), inset 0 0 1px #fff;
}
#widget_lecturio_searchstr #lecturio_searchstr {
  float: none;
  width: auto;
  padding: 0;
  background: none;
}
#lecturio_btnsubmit {
  float: left;
  width: 80px;
  height: 28px;
  margin: 0;
  padding: 3px 0 4px 0;
  border-left: 0;
  border-color: #999;
  cursor: pointer;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px; 
}
#lecturio_btnsubmit:focus { 
  outline: 0;
}



/*** NEW STANDARD FORM ***/
/* prefix "new_" should be temporarily until old form styles are removed and the forms are adjusted */
.new_standard_form {
  font-size: 12px;
  line-height: 1.5em;
}
/* styles for standard fields */
.new_standard_form input[type=text], .new_standard_form input[type=password], .new_standard_form textarea, .new_standard_form select {
  width: 100%;
  display: block;
  margin: 2px 0 3px 0;
  padding: 4px 5px 4px 3px;
  border: 1px solid #AAA;
  font-family: inherit;
  font-size: 13px;
  background-color: #f4f4f4;
  -moz-box-sizing: border-box; /* gecko */
  -webkit-box-sizing: border-box; /* khtml/webkit */
  -ms-box-sizing: border-box; /* IE */
  box-sizing: border-box;
}
.new_standard_form input[type=text], .new_standard_form input[type=password], .new_standard_form textarea {
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.05);
}
.new_standard_form input[type="text"]:focus, .new_standard_form input[type="password"]:focus, .new_standard_form textarea:focus, .new_standard_form select:focus {
  border-color: #5d5d5d;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.new_standard_form textarea {
  margin: 2px 0 0 0;
  padding: 4px 5px 4px 3px;
  border: 1px solid #AAA;
  background: #f4f4f4;
}
.new_standard_form input[type="checkbox"] {
  margin: 0 2px 0 0;
  vertical-align: middle;
}
.new_standard_form input[type="submit"], .new_standard_form input[type="reset"]  { 
  margin: 4px 10px 4px 0;
  padding: 5px 10px;
  border: 1px solid #9f9f9f;
  font-size: 14px;
  color: #333;
  background: #BBB;
  background: linear-gradient(top, #cfcfcf, #bcbcbc);
  background: -moz-linear-gradient(center top , #cfcfcf, #bcbcbc);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfcfcf), to(#bcbcbc));
  background: -o-linear-gradient(top, #cfcfcf, #bcbcbc);
  text-shadow: 1px 1px 1px #EEE;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2), inset 0 1px 1px #d9d9d9;
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2), inset 0 1px 1px #d9d9d9;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2), inset 0 1px 1px #d9d9d9;
}
.new_standard_form .align_right input[type="submit"], .new_standard_form .align_right input[type="reset"]  { 
  float: right;
}
.new_standard_form input[type="submit"]:hover, .new_standard_form input[type="submit"]:focus, .new_standard_form input[type="reset"]:hover, .new_standard_form input[type="reset"]:focus {
  cursor: pointer;
  border-color: #6a6a6a;
  color: #000;
  background: #9f9f9f;
  background: linear-gradient(top, #b4b4b4, #a1a1a1);
  background: -moz-linear-gradient(center top , #b4b4b4, #a1a1a1);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b4b4b4), to(#a1a1a1));
  background: -o-linear-gradient(top, #b4b4b4, #a1a1a1);
}
.new_standard_form .cancel {
  margin: 2px 0 0 20px;
  padding: 4px 0 0 0;
}
.new_standard_form  input.light_grey {
  border: 1px solid #B2B2B2; 
  color: #444;
  background: #dfdfdf;
  background: linear-gradient(top, #f4f4f4, #dfdfdf);
  background: -moz-linear-gradient(center top , #f4f4f4, #dfdfdf);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#dfdfdf));
  background: -o-linear-gradient(top, #f4f4f4, #dfdfdf);
  text-shadow: 1px 1px 1px #EEE;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2), inset 0 0 1px #fff; 
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2), inset 0 0 1px #fff; 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2), inset 0 0 1px #fff;
}
.new_standard_form  input.light_grey:hover, .new_standard_form  input.light_grey:hover {
  border-color: #949494;
  color: #222;
  background: linear-gradient(top, #e9e9e9, #d4d4d4);
  background: -moz-linear-gradient(center top , #e9e9e9, #d4d4d4);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#d4d4d4));
  background: -o-linear-gradient(top, #e9e9e9, #d4d4d4);
}
.new_standard_form .green input[type="submit"] {
  margin: 3px 20px 3px 0;
  padding: 4px 10px;
  border: 1px solid #3b800a;
  font-weight: bold;
  color: #FFF;
  background: #62b212;
  background: linear-gradient(top, #7bc617, #4aa00d);
  background: -moz-linear-gradient(top, #7bc617, #4aa00d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7bc617), to(#4aa00d));
  background: -o-linear-gradient(top, #7bc617, #4aa00d);
  text-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #b4e122;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #b4e122;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #b4e122;
}
.new_standard_form .green input[type="submit"]:hover, .new_standard_form .green input[type="submit"]:focus {
  cursor: pointer;
  outline: 0;
  border-color: #295a07;
  background: #44990c;
  background: linear-gradient(top, #54b310, #348309);
  background: -moz-linear-gradient(top, #54b310, #348309);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#54b310), to(#348309));
  background: -o-linear-gradient(top, #54b310, #348309);
  box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #8acf16;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #8acf16;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #8acf16;
}
/* styles for error handling */
.new_standard_form .form_errors {
  margin: 0 0 20px 0;
  padding: 10px;  
  border: 1px solid #ba361b;
  color: #B82D0F;
  background: #feeeeb;
}
.new_standard_form .input_error input[type="text"], .new_standard_form .input_error input[type="password"], .new_standard_form .input_error textarea, .new_standard_form .input_error select {
  border-color: #B82D0F;
  background: #fcded8;
}
.new_standard_form .input_error input[type="text"]:focus, .new_standard_form .input_error input[type="password"]:focus, .new_standard_form .input_error textarea:focus, .new_standard_form .input_error select {
  background: #fff;
}
.new_standard_form .global_errors {
  margin: 0 0 10px 0;
}
.new_standard_form .error_list {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #B82D0F;
  background: none;
}
/* styles for special form elements */
.new_standard_form .disclaimer {
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px dotted #ccc;
  line-height: 1.6em;
  font-size: 11px;
  color: #555;
}
.field_info {
  font-size: 12px;
  line-height: 1.5em;
  color: #5d5d5d;
}
/* sizes for input fields */
.new_standard_form .grid_subrow {
  margin-right: -3px;
  margin-left: -3px;
  padding-right: 3px;
  padding-left: 3px;
}
.new_standard_form .grid_4 input.dijitArrowButtonInner {
  width: 7px;
  background: url("../images/dijit/tundra/spriteArrows.png") no-repeat scroll 0 center transparent;
  border: none;
  margin: 0 4px;
}
.new_standard_form .grid_4 input.dijitValidationInner {
  background: url("../images/dijit/tundra/warning.png") no-repeat scroll center center transparent;
  width: 16px;
  border: none;
  margin: 0;
}
.new_standard_form .alert {
    font-size: 14px;
}
.new_standard_form .error-container {
    clear: both;
}
.new_standard_form .error-list {
    width: 280px;
}

/* Search Page */
.site_search .grid_subrow {
  margin: 0 0 10px 0;
  padding: 4px 0;
}
.site_search input[type="text"] {
  margin: 0 0 0 5px;
  padding: 6px;
}
.site_search input[type="submit"] {
  margin: 0;
  padding: 5px 30px;
}
.number_of_search_results {
  display: block;
  margin: -7px 0 0 5px;
  font-size: 11px;
}
.search_results_google {
  padding: 10px 15px 15px 15px;
}
.search_results_lectures {
  padding: 10px 0 0 0;
  border-top: 1px solid #CCC;
}
.search_results_lectures h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #333;
}
.google_result {
  margin: 0 0 10px 0;
  padding: 0;
}
.google_result .result_title {
  margin: 0;
  font-size: 14px;
}

.lecture .result_title,
.series .result_title, 
.course .result_title,
.lecturer .result_title,
.institution .result_title {
  padding: 4px 0 4px 25px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.google_result .result_description {
  margin: 3px 0;
  font-size: 12px;
}
.google_result .result_url {
  text-decoration: none;
  color: #777;
}
.google_result .result_url:hover, .google_result .result_url:focus {
  color: #000;
}
.show_all_results, .show_all_results:visited {
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 2;
  background-repeat: no-repeat;
  background-position: 0 5px;
}



/*** FB CONNECT ***/
.new_standard_form .fb_connect {
  font-size: 11px;
  line-height: 32px;
}
.new_standard_form .fb_connect input[type="submit"], .fb-alt {
  float: left;
}
.new_standard_form .fb_login {
  float: left;
  padding: 2px 0;
  margin: 4px 0 0 20px;
}

.facebook-button-224-register {
  margin: 4px 0 0 20px;
}

/*** LOGIN/REGISTER ***/
.login_register_forms .other {
  display: block;
  margin: 0 80px 5px 0;
  font-size: 14px;
  text-align: center;
}
.login_register_forms .grid_6 {
  margin-left: 40px;
  padding-left: 49px;
  border-left: 1px solid #777;
}

.login_register_forms .new_standard_form.login_form .global_errors {
  border: 1px solid #B82D0F;
  padding: 5px;
}



/*** FORM BOX ***/
.form_box, .new_standard_form .form_box {
  margin: 10px 0;
  padding: 14px 14px 9px 14px;
  border: 1px solid #aaaaaa;
  background: #e1e1e1;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.form_box .grid_subrow.border {
    border-bottom: 1px dotted #aaaaaa;
}
.form_box .grid_1 {
	width: 60px;
}
.form_box .grid_2 {
	width: 125px;
}
.form_box .grid_4 {
	width: 270px;
}
.form_box .grid_7 {
	width: 510px;
}
.form_box .grid_8 {
	width: 590px;
}




/*** COMMENT & BOOKMARK FORM ***/
.add_comment, .add_bookmark {
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.add_comment.on_top, .add_bookmark.on_top {
  margin: 0;
}
.add_comment .grid_1 {
  margin: 0 10px 0 0;
}
.add_comment .grid_8 {
  margin: 0 0 0 10px;
}
.add_comment_form, .add_bookmark_form { 
  margin-bottom: 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.comment_input label {
  display: block;
  overflow: hidden;
  height: 10px;
  border: 1px solid #CCC;
  border-bottom: 0;
  text-indent: -900em;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;  
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}
.comment_message {
  margin: 0 0 0 -20px;
  padding: 0 10px 10px 30px;
  border-right: 1px solid #CCC;
  background: url('../images/bg_comment.png') no-repeat 4px 0;
}
.comment_message textarea {
  height: 4.5em;
  margin: 0;
}
.comment_message_user {
  font-size: 16px;
  padding: 0 0 8px 0;
  font-weight: bold;
}
.comment_options {
  overflow: hidden;
  padding: 0 10px 10px 10px;
  border: 1px solid #CCC;
  border-top: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
.comment_options label {
  float: left;
}
.comment_options input[type="checkbox"] {
  float: left;
  margin: 1px 5px 0 0;
}
.comment_options input[type="submit"] {
  float: right;
  margin: 0;
}
.add_bookmark .grid_7 {
  width: 530px;
  margin: 0 0 0 65px;
}
.add_bookmark_form .comment_message {
  margin: 0;
  padding: 0 10px 10px 10px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: none;
}
#edit_input_form label {
  position: absolute;
  left: -900em;
}
#edit_input_form .comment_message {
  margin: 0;
  padding: 5px 5px 10px 5px;
  border: 0;
  background: none;
}
.comment_list #edit_input_form {
  padding: 5px;
  border: 1px solid #CCC;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#edit_input_form .comment_options {
  margin: 0;
  padding: 0 5px 5px 5px;
  border: 0;
}
#edit_input_form textarea {
  width: 621px;
}



/*** TAG FORM ***/
.add_tag_form label {
  position: absolute;
  left: -900em;
}



/*** LOGIN BOX ***/
.login_box {
  display: none;
  position: absolute;
  height: 185px;
  width: 220px;
  left: 664px;
  top: 0;
  padding: 30px 15px 15px 15px;
  border-top: 0;
  background: #FFF;
  z-index: 10;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.login_box form {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.login_box .grid_subrow {
  margin: -3px -3px 7px -3px;
  padding: 3px;
}
.login_box .sb_close {
  top: 5px;
  right: 10px;
}
.login_box .green input[type="submit"] {
  margin: 0 10px 0 0;
  padding: 4px 8px;
  font-size: 13px;
}
.login_box .fb_login {
  float: right;
  margin: 0;
}
.login_box .fb_login .label {
  padding: 5px 12px 5px 39px;
}
#signin_password_widget {
  display: none;
}


/*** MY DATA ***/
form .checkbox_list li {
  padding: 10px;
  background-image: none;
}
.checkbox_list input[type="checkbox"] {
  margin: 0 10px 0 0;
}
.user_setting input[type="checkbox"] {
  margin: 0 10px;
}



/*** REGISTER OVERLAY ***/
.register_overlay {
  margin: 10px 10px 10px 15px;
  padding: 5px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.register_overlay .registration {
  float: left;
  width: 220px;
  padding: 0 10px 0 5px;
}
.register_overlay .grid_subrow {
  margin-bottom: 0;
}
.register_overlay .convenience {
  margin-left: 235px;
  width: 480px;
  height: 400px;
  background-color: #1093b0;
}
.register_overlay h1 {
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.register_overlay h1 strong {
  color: #48a600;
}
.register_overlay .fast_register {
  position: relative;
  margin: 0 -25px;
  padding: 25px 40px;
  width: 190px;
  height: 95px;
  background: url('../images/register-highlight.png') no-repeat 0 0;
}
.fast_register label {
  position: absolute;
  left: -900em;
}
.fast_register input[type="text"] {
  margin: 0 0 10px 0;
  padding: 5px 15px;
  border-color: #5d5d5d;
  font-size: 14px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.fast_register .green input[type="submit"] {
  width: 100%;
  padding: 7px 10px;
  -moz-box-sizing: border-box; /* gecko */
  -webkit-box-sizing: border-box; /* khtml/webkit */
  -ms-box-sizing: border-box; /* IE */
  box-sizing: border-box;
}
.fast_register .error_list {
  margin-top: -15px;
  padding: 2px 5px;
  color: #fff;
  background: #B82D0F;
}
.register_overlay .fb_connect {
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
.register_overlay h1 {
  margin: 10px 0 15px 0;
  font-size: 14px;
}
.register_overlay .ts_seal {
  float: left;
  margin: 0 0 0 10px;
}
.register_overlay .disclaimer {
  margin: 3px 5px 0 75px;
  font-size: 10px;
}
.register_overlay .cancel, .register_overlay .close {
  position: absolute;
  font-size: 10px;
  color: #5d5d5d;
}
.register_overlay .cancel {
  bottom: 15px;
  left: 25px;
}
.register_overlay .close {
  top: 15px;
  right: 15px;
  padding: 0 6px 4px 20px;
  text-decoration: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: -3px 3px 2px rgba(0,0,0,0.1);
}
.register_overlay .close:hover, .register_overlay .close:hover {
  text-decoration: underline;
}


/*** JQUERY FORM ELEMENTS ***/
#institution_request .ui-autocomplete-input[type="text"] {
  float: left;
  width: 91%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#institution_request .ui-autocomplete-input[type="text"]:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#institution_request .ui-button-icon-only {
  float: left;
  width: 9%;
  height: 26px;
  margin: 2px 0 0 0;
  border-color: #999;
  background: #BBB;
  background: linear-gradient(top, #c5c5c5, #b1b1b1);
  background: -moz-linear-gradient(center top , #c5c5c5, #b1b1b1);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c5c5), to(#b1b1b1));
  background: -o-linear-gradient(top, #c5c5c5, #b1b1b1);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box; /* gecko */
  -webkit-box-sizing: border-box; /* khtml/webkit */
  -ms-box-sizing: border-box; /* IE */
  box-sizing: border-box;
}
.new_standard_form .ui-button-icon-only:hover {
  background: #9f9f9f;
  background: linear-gradient(top, #b4b4b4, #a1a1a1);
  background: -moz-linear-gradient(center top , #b4b4b4, #a1a1a1);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b4b4b4), to(#a1a1a1));
  background: -o-linear-gradient(top, #b4b4b4, #a1a1a1);
}
.new_standard_form .ui-icon {
  width: auto;
  margin: 1px 0 0 0;
  position: static;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.new_standard_form .ui-button-text {
  display: none;
}
.new_standard_form .ui-widget-content {
  border-color: #aaa;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.new_standard_form .ui-menu .ui-menu-item a.ui-state-hover {
  border-color: #fff;
  color: #000;
  background: #eee;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.new_standard_form .align_right textarea {
  float: left;
  width: 95%;
}

