/* OU Form CSS */
#form input[text]{
	width:300px;
}

#form {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 11px -4px;
    margin: 0 auto;
    padding: 10px;
    width: 95%;

}
#form ul li{
	list-style-image: none;
	list-style:none;
	margin:10px;
	}
#form-container input,#form-container textarea {
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size:20px;font-weight: normal;
		bottom:3px;    
} 				 		
#form-container ul li{ background:none;     }     
.formerror{         
		background: none repeat scroll 0 0 #EE0101;     
		border: 2px solid #DDDDDD;     
		border-radius: 5px 5px 5px 5px;     
		color: #FFFFFF;     
		font-family: tahoma;     
		font-size: .688em;     
		padding: 4px 10px;     
		margin-left: -3px;     
		display:table; 	
}     
	.main-formerror{     
		background: none repeat scroll 0 0 #EE0101;     
		border: 2px solid #DDDDDD;     
		border-radius: 5px 5px 5px 5px;     
		color: #FFFFFF;     
		font-family: tahoma;    
		font-size: 12px;     
		font-weight: bold;     
		padding: 4px 10px;      	
}      
/*	.main-formsuccess{     
		background: none repeat scroll 0 0 #00247E;     
		border: 2px solid #DDDDDD;     
		border-radius: 5px 5px 5px 5px;     
		color: #FFFFFF;     
		font-family: tahoma;    
		font-size: 12px;     
		font-weight: bold;     
		padding: 4px 10px;      	
}
*/

	.main-formsuccess{     
		border: 2px solid #DDDDDD;     
		border-radius: 5px 5px 5px 5px;     
		color: #000000;     
		font-family: Century Gothic, Helvetica, Arial, sans-serif;    
		font-size: 12px;        
		padding: 1em;      	
}


/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
#form .clearfix {
  *zoom: 1;
}
#form .clearfix:before,
#form .clearfix:after {
  display: table;
  content: "";
}
#form .clearfix:after {
  clear: both;
}
#form .hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#form .input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#form form {
  margin: 0 0 18px;
}
#form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
  margin-bottom: 27px;
}
#form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  /*border-bottom: 1px solid #eee;*/
}
#form legend small {
  font-size: 13.5px;
  color: #999999;
}
#form label,
#form input,
#form button,
#form select,
#form textarea {
  font-size: .813em;
  /* font-weight: normal; */
  line-height: 18px;
}
#form input,
#form button,
#form select,
#form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#form label {
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #333333;
}
#form input,
#form textarea,
#form select,
#form .uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: .813em;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#form .uneditable-textarea {
  width: auto;
  height: auto;
}
#form label input,
#form label textarea,
#form label select {
  display: block;
}
#form input[type="image"],
#form input[type="checkbox"],
#form input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 10px 5px 0 10px;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
#form input[type="image"] {
  border: 0;
}
#form input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#form input[type="button"],
#form input[type="reset"],
#form input[type="submit"] {
  width: auto;
  height: auto;
}
#form select,
#form input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
#form input[type="file"] {
  line-height: 18px \9;
}
#form select {
  width: 50%;
  background-color: #ffffff;
}
#form select[multiple],
#form select[size] {
  height: auto;
  width: 50%;
}
#form input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#form textarea {
  height: auto;
}
#form input[type="hidden"] {
  display: none;
}
#form .radio,
#form .checkbox {
  padding-left: 18px;
}
#form .radio input[type="radio"],
#form .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
#form .controls > .radio:first-child,
#form .controls > .checkbox:first-child {
  padding-top: 5px;
}
#form .radio.inline,
#form .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
#form .radio.inline + .radio.inline,
#form .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
#form input,
#form textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#form input:focus,
#form textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
#form input[type="file"]:focus,
#form input[type="radio"]:focus,
#form input[type="checkbox"]:focus,
#form select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#form .input-mini {
  width: 60px;
}
#form .input-small {
  width: 90px;
}
#form .input-medium {
  width: 150px;
}
#form .input-large {
  width: 210px;
}
#form .input-xlarge {
  width: 270px;
}
#form .input-xxlarge {
  width: 530px;
}
#form input[class*="span"],
#form select[class*="span"],
#form textarea[class*="span"],
#form .uneditable-input {
  float: none;
  margin-left: 0;
}
#form input,
#form textarea,
#form .uneditable-input {
  margin-left: 0;
  width: 50%;
}
#form input.span12, #form textarea.span12, #form .uneditable-input.span12 {
  width: 930px;
}
#form input.span11, #form textarea.span11, #form .uneditable-input.span11 {
  width: 850px;
}
#form input.span10, #form textarea.span10, #form .uneditable-input.span10 {
  width: 770px;
}
#form input.span9, #form textarea.span9, #form .uneditable-input.span9 {
  width: 690px;
}
#form input.span8, #form textarea.span8, #form .uneditable-input.span8 {
  width: 610px;
}
#form input.span7, #form textarea.span7, #form .uneditable-input.span7 {
  width: 530px;
}
#form input.span6, #form textarea.span6, #form .uneditable-input.span6 {
  width: 450px;
}
#form input.span5, #form textarea.span5, #form .uneditable-input.span5 {
  width: 370px;
}
#form input.span4, #form textarea.span4, #form .uneditable-input.span4 {
  width: 290px;
}
#form input.span3, #form textarea.span3, #form .uneditable-input.span3 {
  width: 210px;
}
#form input.span2, #form textarea.span2, #form .uneditable-input.span2 {
  width: 130px;
}
#form input.span1, #form textarea.span1, #form .uneditable-input.span1 {
  width: 50px;
}
#form input[disabled],
#form select[disabled],
#form textarea[disabled],
#form input[readonly],
#form select[readonly],
#form textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
#form .control-group.warning > label,
#form .control-group.warning .help-block,
#form .control-group.warning .help-inline {
  color: #c09853;
}
#form .control-group.warning input,
#form .control-group.warning select,
#form .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
#form .control-group.warning input:focus,
#form .control-group.warning select:focus,
#form .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
#form .control-group.warning .input-prepend .add-on,
#form .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
#form .control-group.error > label,
#form .control-group.error .help-block,
#form .control-group.error .help-inline {
  color: #b94a48;
}
#form .control-group.error input,
#form .control-group.error select,
#form .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
#form .control-group.error input:focus,
#form .control-group.error select:focus,
#form .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
#form .control-group.error .input-prepend .add-on,
#form .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
#form .control-group.success > label,
#form .control-group.success .help-block,
#form .control-group.success .help-inline {
  color: #468847;
}
#form .control-group.success input,
#form .control-group.success select,
#form .control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
#form .control-group.success input:focus,
#form .control-group.success select:focus,
#form .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
#form .control-group.success .input-prepend .add-on,
#form .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
#form input:focus:required:invalid,
#form textarea:focus:required:invalid,
#form select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
#form input:focus:required:invalid:focus,
#form textarea:focus:required:invalid:focus,
#form select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
#form .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  /* Removed by OU
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  */
  *zoom: 1;
}
#form .form-actions:before,
#form .form-actions:after {
  display: table;
  content: "";
}
#form .form-actions:after {
  clear: both;
}
#form .uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
#form .help-block,
#form .help-inline {
  color: #555555;
}
#form .help-block {
  display: block;
  margin-bottom: 9px;
}
#form .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
#form .input-prepend,
#form .input-append {
  margin-bottom: 5px;
}
#form .input-prepend input,
#form .input-append input,
#form .input-prepend select,
#form .input-append select,
#form .input-prepend .uneditable-input,
#form .input-append .uneditable-input {
  *margin-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#form .input-prepend input:focus,
#form .input-append input:focus,
#form .input-prepend select:focus,
#form .input-append select:focus,
#form .input-prepend .uneditable-input:focus,
#form .input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
#form .input-prepend .uneditable-input,
#form .input-append .uneditable-input {
  border-left-color: #ccc;
}
#form .input-prepend .add-on,
#form .input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
#form .input-prepend .add-on,
#form .input-append .add-on,
#form .input-prepend .btn,
#form .input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#form .input-prepend .active,
#form .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
#form .input-prepend .add-on,
#form .input-prepend .btn {
  margin-right: -1px;
}
#form .input-append input,
#form .input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#form .input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
#form .input-append .add-on,
#form .input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#form .input-prepend.input-append input,
#form .input-prepend.input-append select,
#form .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#form .input-prepend.input-append .add-on:first-child,
#form .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#form .input-prepend.input-append .add-on:last-child,
#form .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#form .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#form .form-search input,
#form .form-inline input,
#form .form-horizontal input,
#form .form-search textarea,
#form .form-inline textarea,
#form .form-horizontal textarea,
#form .form-search select,
#form .form-inline select,
#form .form-horizontal select,
#form .form-search .help-inline,
#form .form-inline .help-inline,
#form .form-horizontal .help-inline,
#form .form-search .uneditable-input,
#form .form-inline .uneditable-input,
#form .form-horizontal .uneditable-input,
#form .form-search .input-prepend,
#form .form-inline .input-prepend,
#form .form-horizontal .input-prepend,
#form .form-search .input-append,
#form .form-inline .input-append,
#form .form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
#form .form-search .hide,
#form .form-inline .hide,
#form .form-horizontal .hide {
  display: none;
}
#form .form-search label,
#form .form-inline label {
  display: inline-block;
}
#form .form-search .input-append,
#form .form-inline .input-append,
#form .form-search .input-prepend,
#form .form-inline .input-prepend {
  margin-bottom: 0;
}
#form .form-search .radio,
#form .form-search .checkbox,
#form .form-inline .radio,
#form .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#form .form-search .radio input[type="radio"],
#form .form-search .checkbox input[type="checkbox"],
#form .form-inline .radio input[type="radio"],
#form .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
#form .control-group {
  margin-bottom: 9px;
}
#form legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
#form .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
#form .form-horizontal .control-group:before,
#form .form-horizontal .control-group:after {
  display: table;
  content: "";
}
#form .form-horizontal .control-group:after {
  clear: both;
}
#form .form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
#form .form-horizontal .controls {
  margin-left: 160px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */

  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}
#form .form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
#form .form-horizontal .form-actions {
  padding-left: 160px;
}
#form .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: .813em;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
#form .btn:hover,
#form .btn:active,
#form .btn.active,
#form .btn.disabled,
#form .btn[disabled] {
  background-color: #e6e6e6;
}
#form .btn:active,
#form .btn.active {
  background-color: #cccccc \9;
}
#form .btn:first-child {
  *margin-left: 0;
}
#form .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#form .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#form .btn.active,
#form .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
#form .btn.disabled,
#form .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#form .btn-large {
  padding: 9px 14px;
  font-size: .938em;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#form .btn-large [class^="icon-"] {
  margin-top: 1px;
}
#form .btn-small {
  padding: 5px 9px;
  font-size: .688em;
  line-height: 16px;
}
#form .btn-small [class^="icon-"] {
  margin-top: -1px;
}
#form .btn-mini {
  padding: 2px 6px;
  font-size: .688em;
  line-height: 14px;
}
#form .btn-primary,
#form .btn-primary:hover,
#form .btn-warning,
#form .btn-warning:hover,
#form .btn-danger,
#form .btn-danger:hover,
#form .btn-success,
#form .btn-success:hover,
#form .btn-info,
#form .btn-info:hover,
#form .btn-inverse,
#form .btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
#form .btn-primary.active,
#form .btn-warning.active,
#form .btn-danger.active,
#form .btn-success.active,
#form .btn-info.active,
#form .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
#form .btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#form .btn-primary:hover,
#form .btn-primary:active,
#form .btn-primary.active,
#form .btn-primary.disabled,
#form .btn-primary[disabled] {
  background-color: #0055cc;
}
#form .btn-primary:active,
#form .btn-primary.active {
  background-color: #004099 \9;
}
#form .btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#form .btn-warning:hover,
#form .btn-warning:active,
#form .btn-warning.active,
#form .btn-warning.disabled,
#form .btn-warning[disabled] {
  background-color: #f89406;
}
#form .btn-warning:active,
#form .btn-warning.active {
  background-color: #c67605 \9;
}
#form .btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#form .btn-danger:hover,
#form .btn-danger:active,
#form .btn-danger.active,
#form .btn-danger.disabled,
#form .btn-danger[disabled] {
  background-color: #bd362f;
}
#form .btn-danger:active,
#form .btn-danger.active {
  background-color: #942a25 \9;
}
#form .btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#form .btn-success:hover,
#form .btn-success:active,
#form .btn-success.active,
#form .btn-success.disabled,
#form .btn-success[disabled] {
  background-color: #51a351;
}
#form .btn-success:active,
#form .btn-success.active {
  background-color: #408140 \9;
}
#form .btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#form .btn-info:hover,
#form .btn-info:active,
#form .btn-info.active,
#form .btn-info.disabled,
#form .btn-info[disabled] {
  background-color: #2f96b4;
}
#form .btn-info:active,
#form .btn-info.active {
  background-color: #24748c \9;
}
#form .btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#form .btn-inverse:hover,
#form .btn-inverse:active,
#form .btn-inverse.active,
#form .btn-inverse.disabled,
#form .btn-inverse[disabled] {
  background-color: #222222;
}
#form .btn-inverse:active,
#form .btn-inverse.active {
  background-color: #080808 \9;
}
#form button.btn,
#form input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
#form button.btn::-moz-focus-inner,
#form input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#form button.btn.btn-large,
#form input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
#form button.btn.btn-small,
#form input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
#form button.btn.btn-mini,
#form input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
#form .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
#form .alert-heading {
  color: inherit;
}
#form .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
#form .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
#form .alert-danger,
#form .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#form .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#form .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
#form .alert-block > p,
#form .alert-block > ul {
  margin-bottom: 0;
}
#form .alert-block p + p {
  margin-top: 5px;
}

/* POLLS */

form#ldp-poll input{
	margin: 10px 5px 4px 12px
}
.ldp-poll-graph {
  width: 510px;
  position: relative;
  /* right: 78px;*/
}
.ldp-poll-bar-title {
  position: relative;
  /* float: left; */
  width: 250px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  /* text-align: right; */
}
.ldp-poll-bar-container {
  position: relative;
  float: left;
  width: 261px;
  height: 10px;
  margin: 0px 0px 20px;
}

.ldp-poll-bar-container div {
 
  height: 20px;
  
    background-color: #333;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .3)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .3)), color-stop(.75, rgba(255, 255, 255, .3)), color-stop(.75, transparent), to(transparent)),
    					-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(55, 55, 55, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(55, 55, 55, .2)), color-stop(.75, rgba(55, 55, 55, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%,  transparent 75%, transparent),
    					-webkit-linear-gradient(45deg, rgba(55, 55, 55, .2) 25%, transparent 25%, transparent 50%, rgba(55, 55, 55, .2) 50%, rgba(55, 55, 55, .2) 75%,  transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent),
    					-moz-linear-gradient(45deg, rgba(55, 55, 55, .2) 25%, transparent 25%,transparent 50%, rgba(55, 55, 55, .2) 50%, rgba(55, 55, 55, .2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%,transparent 75%, transparent),
    					-ms-linear-gradient(45deg, rgba(55, 55, 55, .2) 25%, transparent 25%,transparent 50%, rgba(55, 55, 55, .2) 50%, rgba(55, 55, 55, .2) 75%,transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%,transparent 75%, transparent),
    					-o-linear-gradient(45deg, rgba(55, 55, 55, .2) 25%, transparent 25%,transparent 50%, rgba(55, 55, 55, .2) 50%, rgba(55, 55, 55, .2) 75%,transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%,transparent 75%, transparent),
    					linear-gradient(45deg, rgba(55, 55, 55, .2) 25%, transparent 25%,transparent 50%, rgba(55, 55, 55, .2) 50%, rgba(55, 55, 55, .2) 75%,transparent 75%, transparent);


  border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 -2px 0 rgba(0, 0, 0, 0.1) inset, 0 0 10px rgba(255, 255, 255, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  
}
.ldp-poll-bar-container strong {
  position: absolute;
  right: 227px;
  top: 0px;
  overflow: hidden;
  color: #FFF;
}

.ldp-poll-results  {
display:none;
    /*position: relative;*/
    /*top: -218px;*/
   padding-top:5px;
   padding-bottom:5px;
   padding-left:5px;
}

h3.poll-label,
.ldp-poll-results h3{
    color: #4B4B4B;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-rendering: optimizelegibility;
    margin:10px 1px 10px 1px;
    padding:0px;
}
.ldp-poll-results p{
margin:10px 0px 7px 5px;
}
.ldp-poll-form{
   padding-top:5px;
   padding-bottom:5px;
   padding-left:5px;
}
.ldp-poll-container{
     /*   height:250px; */
     width:272px; 
     min-height:250px;
  padding:5px;
      background: #e5e5e5; /* Old browsers */
      background: -moz-linear-gradient(top, #EEEEEE 0%, #C3CAD4 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#C3CAD4)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #EEEEEE 0%,#C3CAD4 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #EEEEEE 0%,#C3CAD4 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top, #EEEEEE 0%,#C3CAD4 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#C3CAD4',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, #EEEEEE 0%,#C3CAD4 100%); /* W3C */
  border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 -2px 0 rgba(0, 0, 0, 0.1) inset, 0 0 10px rgba(255, 255, 255, 0.5) inset, 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);

}
#ldp-poll input#button{
    margin-left: 5px;
    padding:5px;
    width:68px;
}
.results,.poll-back{
color:#000000;
}

.required > label:first-child:before {
   content : "* ";
   color   : red;
}


.fieldwidth25 {width: 25%;}
.fieldwidth50 {width: 50%;}
.fieldwidth75 {width: 75%;}
.fieldwidth100 {width: 100%;}


#form input.fieldwidth75, #form textarea.fieldwidth75 {width: 75%;}
