



/* Uni-Form by Dragan Babic [Superawesome Industries]  - http: //dnevnikeklektika.com/uni-form/, http://sprawsm.com/ */ 
/* Some rights reserved - http: //creativecommons.org/licenses/by-sa/2.5/ */
/* It is suggested not to edit this file directly, but rather the uni-form.css provided in the Uni-Form zip archive */

/* ------------------------------------------------------------------------------ */

.uniForm{ margin: 0; padding: 0; position: relative; z-index: 1; } /* reset stuff */

  /* Some generals and more resets */
  .uniForm fieldset{ border: none; margin: 0; padding: 0; }
    .uniForm fieldset legend{ margin: 0; padding: 0; }

    /* This is the main unit that contains our form elements */
    .uniForm .ctrlHolder,
    .uniForm .buttonHolder{ margin: 0; padding: 0; clear: both; }

    /* Clear all floats */ 
    .uniForm:after,
      .uniForm .buttonHolder:after, 
      .uniForm .ctrlHolder:after, 
        .uniForm .ctrlHolder .multiField:after,
          .uniForm .inlineLabel:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }

    /* A class to be used on a label that contains a checkbox or a radio button */
    .uniForm .inlineLabel,
    .uniForm .inlineLabels .inlineLabel,
    .uniForm .blockLabels .inlineLabel{ width: auto; float: none; margin: 0; display: block; }
      /* IE shows borders & padding on checkboxes and radio buttons if they are declared on an input element, remove them */
      /* Legacy/Inheritance fix */
      .uniForm .inlineLabel input,
      .uniForm .inlineLabels .inlineLabel input,
      .uniForm .blockLabels .inlineLabel input{ border: none; padding: 0; margin: 0; }

/* ------------------------------------------------------------------------------ */

    /* Styles for form controls where labels are above the input elements */
    /* Set the class of the parent (preferably to a fieldset) to .blockLabels */

      .uniForm label,
      .uniForm .label,
      .uniForm .blockLabels label,
      .uniForm .blockLabels .label{ display: block; float: none; padding: 0; line-height: 100%; width: auto; }

      /* Float the input elements */
      .uniForm .textInput,
      .uniForm .blockLabels .textInput,
      .uniForm .blockLabels .fileUpload,
      .uniForm .selectInput,
      .uniForm .blockLabels .selectInput,
      .uniForm .blockLabels select,
      .uniForm textarea,
      .uniForm .blockLabels textarea{ float: left; }
      
      /* Postition the hints */
      .uniForm .formHint,
      .uniForm .blockLabels .formHint{ float: right; margin: 0; clear: none; }
      
      /* Position the elements inside combo boxes (multiple selects/checkboxes/radio buttons per unit) */
      .uniForm .multiField,
      .uniForm .blockLabels .multiField{ width: auto; float: left; }
        .uniForm .multiField .inlineLabel,
        .uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
        .uniForm .multiField .blockLabel,
        .uniForm .blockLabels .multiField .blockLabel{ float: left; width: auto; margin: 0; }
        .uniForm .multiField .blockLabel .textInput,
        .uniForm .multiField .blockLabel .selectInput,
        .uniForm .multiField .blockLabel select,
        .uniForm .blockLabels .multiField .blockLabel .textInput,
        .uniForm .blockLabels .multiField .blockLabel .selectInput,
        .uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: 0; }

/* ------------------------------------------------------------------------------ */

    /* Styles for form controls where labels are in line with the input elements */
    /* Set the class of the parent (preferably to a fieldset) to .inlineLabels */
        .uniForm .inlineLabels label,
        .uniForm .inlineLabels .label{ float: left; margin: 0; padding: 0; line-height: 100%; position: relative; }
        
        /* Float the input elements */
        .uniForm .inlineLabels .textInput,
        .uniForm .inlineLabels .fileUpload,        
        .uniForm .inlineLabels .selectInput,
        .uniForm .inlineLabels select,
        .uniForm .inlineLabels textarea{ float: left; }

      /* Postition the hints */
      .uniForm .inlineLabels .formHint{ clear: both; float: none; }
      .uniForm .inlineLabels .multiField{ float: left; }
      .uniForm .inlineLabels .multiField .inlineLabel{}
      .uniForm .inlineLabels .multiField .blockLabel{}
        .uniForm .inlineLabels .multiField .blockLabel .textInput,
        .uniForm .inlineLabels .multiField .blockLabel .selectInput,
        .uniForm .inlineLabels .multiField .blockLabel select{ display: block; width: 100%; float: none; }
        .uniForm .inlineLabels .multiField select{ float: left; }
      
/* ------------------------------------------------------------------------------ */

    /* Required fields asterisk styling for .blockLabels */
    .uniForm label em,
    .uniForm .label em,
    .uniForm .blockLabels label em,
    .uniForm .blockLabels .label em{/* position: absolute; left: -7px; */}
    
    /* Required fields asterisk styling for .inlineLabels */
    .uniForm .inlineLabels label em,
    .uniForm .inlineLabels .label em{ display: block; position: absolute; left: auto; right: 0; font-style: normal; font-weight: bold; }
    .uniForm .inlineLabel em{ position: absolute; left: 7px; }

/* ------------------------------------------------------------------------------ */

    /* Messages */
    .uniForm #errorMsg,
    .uniForm .error{
    }
      .uniForm #errorMsg dt,
      .uniForm #errorMsg h3{
      }
      .uniForm #errorMsg dd{
      }
        .uniForm #errorMsg ol{
        }
          .uniForm #errorMsg ol li{
          }
      .uniForm .errorField{
      }
    
    .uniForm #OKMsg{
    }

/* ------------------------------------------------------------------------------ */

    /* Columns */
    
    .uniForm .col{ float: left; }
    .uniForm .col.first{}
    .uniForm .col.last{}

/* Keep in mind that wherever you see 'Required property' it means that the property must exist */

/* ------------------------------------------------------------------------------ */

  /* Generals */
  .uniForm fieldset{}
    .uniForm fieldset legend{ color: #333; font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }
    
    /* This is the main unit that contains our form elements */
    .uniForm .ctrlHolder{ padding: 7px; border-bottom: 1px solid #dfdfdf; }
    
    .uniForm .buttonHolder{ /*text-align: right;*/ }
      .uniForm .resetButton{ float: left; }
      .uniForm .primaryAction{ font-weight: bold; }
    
    /* This class gets added to div.ctrlHolder to highlight the row */
    .uniForm .focused{ /*background: #fffcdf;*/ }
      
      /* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */
      .uniForm .inlineLabel input,
      .uniForm .inlineLabels .inlineLabel input,
      .uniForm .blockLabels .inlineLabel input{ margin: 0 .4em 0 0; }
        .uniForm .inlineLabel span{ float: left; width: 90%; }
        
/* ------------------------------------------------------------------------------ */

    /* .blockLabels (default style, will be applied even if you don't class the parent element) */
    .uniForm .blockLabels .ctrlHolder{ /*width: 205px;*/ }
      
      .uniForm label,
      .uniForm .blockLabels label,
      .uniForm .blockLabels .label{ margin: 0 0 .5em 0; }
      
      .uniForm .textInput,
      .uniForm .blockLabels .textInput,
      .uniForm .blockLabels .fileUpload{ width: 330px; /* <- Required property */ height: 30px; border: 1px solid #e2e2e2; font-size: 14px; padding: 0 5px; color: #505050; }
    
      .uniForm .selectInput,
      .uniForm select,
      .uniForm .blockLabels .selectInput,
      .uniForm .blockLabels select{ width: 100%; /* <- Required property */ }
      .uniForm textarea,
      .uniForm .blockLabels textarea{ width: 330px; /* <- Required property */ height: 50px; border: 1px solid #e2e2e2; font-size: 14px; padding: 5px; color: #505050; }

      .uniForm .formHint,
      .uniForm .blockLabels .formHint{ width: 100%; text-align: center; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; }
      
      .uniForm .multiField,
      .uniForm .blockLabels .multiField{ width: 100%; }
        .uniForm .multiField .inlineLabel,
        .uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
        .uniForm .multiField .blockLabel,
        .uniForm .blockLabels .multiField .blockLabel{ width: 30%; margin: 0 10px 0 0; }
        .uniForm .multiField .blockLabel .textInput,
        .uniForm .multiField .blockLabel .selectInput,
        .uniForm .multiField .blockLabel select,
        .uniForm .blockLabels .multiField .blockLabel .textInput,
        .uniForm .blockLabels .multiField .blockLabel .selectInput,
        .uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* ------------------------------------------------------------------------------ */

    /* .inlineLabels */
    .uniForm .inlineLabels .ctrlHolder{}
    
    .uniForm .inlineLabels label,
    .uniForm .inlineLabels .label{ width: 45%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ }
    
    .uniForm .inlineLabels .textInput,
    .uniForm .inlineLabels .fileUpload{ width: 45%; /* <- Required property */ }
    
    .uniForm .inlineLabels .selectInput,
    .uniForm .inlineLabels select{ width: 45%; /* <- Required property */ }
    
    .uniForm .inlineLabels textarea{  width: 45%; /* <- Required property */ height: 12em; }

    .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 47%; font-size: .9em; color: #777; position: static; }
    
    .uniForm .inlineLabels .multiField{ width: 45%; /* <- Required property */ margin: 0 0 .3em 0; }
      .uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
      .uniForm .inlineLabels .multiField .blockLabel{ float: left; width: 26%; margin: 0 3% 0 0; }
      .uniForm .inlineLabels .multiField .blockLabel .textInput,
      .uniForm .inlineLabels .multiField .blockLabel .selectInput,
      .uniForm .inlineLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* Focus pseudoclasses */
.uniForm .ctrlHolder .textInput:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm .ctrlHolder textarea:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm div.focused .formHint{ color: #333; }

/* Columns (they are floated left by default) */
.uniForm .col{ width: 47.9%; /* <- Required property */ margin: 0 2% 20px 0; }
/* Use .first and .last classes to control the layout/spacing of your columns */
.uniForm .col.first{ width: 49%; /* <- Required property */ float: left; clear: none; }
.uniForm .col.last{ width: 49%; /* <- Required property */ float: right; clear: none; margin-right: 0; }

/* Messages */
.uniForm #errorMsg{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
.uniForm .error{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; }

  .uniForm #errorMsg dt, .uniForm #errorMsg h3{ margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; }
  .uniForm #errorMsg dd{ margin: 0; padding: 0; }
    .uniForm #errorMsg ol{ margin: 0; padding: 0; }
      .uniForm #errorMsg ol li{ margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }
    .uniForm .errorField{ color: #af4c4c; margin: 0 0 6px 0; padding: 4px; background: #ffbfbf; }

.uniForm #OKMsg{ background: #C8FFBF; border: 1px solid #A2EF95; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
  .uniForm #OKMsg p{ margin: 0; }

/*
IT IS STRONGLY ADVISED TO MAKE YOUR CHANGES AFTER THIS COMMENT BY REPEATING (COPYING) THE SELECTOR FROM ABOVE, 
AND MODIFYING IT WITH YOUR OWN PROPERTIES/VALUES. THIS IS RECOMMENDED BECAUSE IF YOU HAPPEN TO RUN INTO TROUBLE, 
YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK... 
*/

/* ------------------------------------------------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
}


html {
	background:#FFFFFF url(/assets/themes/pen_blue/css/images/html-bg.gif) repeat-y scroll 50% 0pt;
}

body {
	text-align: center;
	background: url(/assets/themes/pen_blue/css/images/background.jpg) no-repeat center top;
	font-family:Tahoma,Verdana,sans-serif;
	font-size: 11px;
	color: #333;
}

fieldset {
	border:none;
}

#crumbs {}

a {
	color: #223366;
}

#wrapper {
	width: 730px;
	padding: 0px 10px;
	margin: 0px auto;
	text-align: left;
}

#header {
	
}

#header h1 {
	background:#999988 url(/assets/themes/pen_blue/css/images/header-bg.gif) no-repeat scroll left bottom;
	margin:0pt 0pt 3px;
	color:#FFFFFF;
	
	font-family:Georgia,Times,serif;
	font-size:30px;
	font-weight:normal;
	padding:25px;
}

#navigation {
	background:#223366 url(./images/menu-bg.gif) no-repeat scroll right top;
	border-bottom:4px solid #EBEBEB;
	font-size: 12px;
}

#navigation ul {
	height:34px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
}

#navigation ul li a {
	color:#FFFFFF;
	float:left;
	padding:10px 12px;
	text-decoration:none;
}

#navigation ul li.selected a {
	background:#112255 url(/assets/themes/pen_blue/css/images/active-bg.gif) no-repeat scroll 50% 0pt;
}

#content_wrapper {
	background:transparent url(/assets/themes/pen_blue/css/images/content-shadow.gif) repeat-x scroll center top;
	border:1px solid #E7E7E7;
	float:left;
	margin:6px 0pt;
	padding:20px;
	width:465px;
}

#sidebar {
	float:right;
	overflow-x:hidden;
	padding:10px;
	width:200px;
}

#content_wrapper h2 {
	color:#224477;
	font-family:Verdana,Tahoma,sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom: 10px;
}

#content_wrapper p {
	font-family:Georgia,Times,serif;
	font-size: 13px;
	line-height:1.5em;
	margin:1px 0px;
}

#questionsForm {
	margin-top: 15px;
}

#footer {
	clear: both;
	background:#999988 url(/assets/themes/pen_blue/css/images/header-bg.gif) no-repeat scroll left bottom;
	margin-bottom:8px;
	padding: 15px 50px;
	text-align: center;
	color: #FFF;
}

* html #footer {
	padding-top: 7px;
}

#footer a {
	font-weight: bold;
	color: #FFF;
}

#sidebar h3 {
	background: #999988 url(/assets/themes/pen_blue/css/images/sidebar-h3-bg.gif) no-repeat left top;
	padding: 4px 16px;
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 8px;
}

#signatures_sidebar h3 {
	background: #999988 url(/assets/themes/pen_blue/css/images/sidebar-h3-bg.gif) no-repeat left top;
	padding: 4px 16px;
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 8px;
}

#disclaimer {
	color: #777;
}

#links {
	list-style: none;
}

#links li {
	margin: 9px 0px;
}

#links a {
	color:#444;
}

#links a:hover {
	color:#000;
}

#sidebar p {
	margin: 8px 0px;
}

input,
textarea,
select {
	background:#FFFFFF url(/assets/themes/pen_blue/css/images/input-shadow.gif) repeat-x left top;
	border:1px solid #AAAAAA;
	color:#333333;
	font-family:Tahoma;
	font-size:1.1em;
	padding:2px;
	/*width:250px;*/
}

select {
	width: 255px;
}

.ctrlHolder {
	padding:0px 0px 15px;
	clear: both;
}

label {
	width: 135px;
	float: left;
	font-size: 12px;
	text-align: left;
	font-family:Georgia,Times,serif;
}

.questionControl {

}

label em {
	font-weight: bold;
	color: red;
}

.questionControl label {
	display: block;
	float:none !important;
	padding:0pt;
	width:95% !important;
	margin-bottom: 8px;
	text-align: left !important;
}

.inlineLabel {
	float: none;
	width: auto;
	text-align: left
}

.inlineLabel em {
	color: #333;
	font-weight: normal;
}

.inlineLabel input {
	margin-left: 0px;
	width: auto;
	border: 0px !important;
	background: none !important;
	width: auto !important;
	padding: 0px;
}

.checkbox,
.radio {
	border: 0px !important;
	background: none !important;
	width: 20px !important;
	display: inline;
}

.submitButton {
	background:#223366 url(/assets/themes/pen_blue/css/images/content-shadow.gif) repeat-x scroll center bottom;
	border:0pt none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:2px 2px 8px;
	width:140px;
	float: right;
}

p.aid {
	font-size: 12px !important;
	display: block;
	padding-left: 145px;
	color: #666;
	line-height: 130% !important;
}

#powered_by {
	float: right;
	color: #fff;
	width: 340px;
	margin-right: 15px;
	margin-top: 32px;
	text-align: right;
}

#powered_by a {
	color: #FFF;
}

* html #powered_by {
	margin-right: 7px;
}

.blogEntry {
	padding: 5px 0px 20px;
}

.blogEntry h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.blogEntry h3 a {
	text-decoration: none;
}

.blogEntry h3 a:hover {
	text-decoration: underline;
}

#comments {
	padding-top: 20px;
}

#comments .blogEntryComment {
	margin-bottom: 20px;
}

#comments .author {
	font-weight: bold;
}

#comments .body {
	padding-left: 22px;
	font-size: 12px;
}

#comments .posttime {
	padding-left: 22px;
	font-size: 12px;
	color: #666;
}

.buttonHolder {
	padding-right: 9px;
}

#success {
   padding: 5px;
   background: yellow;
}

.errorField {
	font-weight: normal;
	text-align: right;
	font-family:Tahoma,Verdana,sans-serif !important;
	color: red;
	font-size: 11px !important;
	padding-right: 9px;
}

/*
#recipients {
    width:279px !important;
}  
*/

#blog{}


.blog_body {
clear:both;
padding-top:10px;
padding-bottom:40px;
}


.blog_body_full {
clear:both;
padding-top:10px;
padding-bottom:40px;
}

.post p {
clear:both;
padding-top:10px;
padding-bottom:10px;
}

#comment_form label {
    padding-right:10px;
}


.primaryAction {
	background:#223366 url(/assets/themes/pen_blue/css/images/content-shadow.gif) repeat-x scroll center bottom;
	border:0pt none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:2px 2px 8px;
  margin-left: 92px;
	width:140px;

}

        .single_post .post p, .single_post .post ul, .single_post .post ol, .single_post .post dl{ font-size: 1.1em; }
          .post 
            .blog_post_title{ float: left; width: 270px; }
            .post_info{ float: right; width: 180px; font-size: 11px; text-align: right; font-weight: normal; padding-right:0px; padding-top:1px}
              .date{}

      /* p.pagination{ line-height: 100%; border: 1px solid #dfdfdf; border-width: 1px 0; padding: 1.5em 0; } */
      p.pagination{padding-bottom:15px; padding-top:15px}
      #blog p.pagination{ border-top: none; margin-top: 0; }
        .pagination a, .pagination strong, .pagination span{ padding: .25em .5em; }
        .pagination span.pagination_label{ padding: 0 13px 0 0; color: #999; }
        .pagination a:link, .pagination a:visited, .pagination a:hover{ text-decoration: none; }
        .pagination a:hover{ text-decoration: underline; }
        .pagination a.pagin_first, .pagination span.pagin_first{}
        .pagination a.pagin_previous, .pagination span.pagin_previous{}
        .pagination a.pagin_next, .pagination span.pagin_next{}
        .pagination a.pagin_last, .pagination span.pagin_last{}
        .pagination strong{ background: #efefef; }
        .pagination span.hellip{}
      
      #signatures_list{ background: #efefef; border-top: 1px solid #dfdfdf; width: 565px; position: relative; }
         #primary_main #signatures_list li{ margin: 0; padding: 10px; border-bottom: 2px solid #fff; list-style: none; position: relative; }
        #signatures_list li:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }
          .sig_num{ float: left; margin-right: 15px; display: block; text-align: right; line-height: 100%; width: 30px; }
            .sig_num a:link, .sig_num a:visited, .sig_num a:hover{ color: #555; font-weight: bold; text-decoration: none; padding: 2px; }
          .sig_info{}
            .anonymous{ color: #777; font-weight: normal; }
          .sig_item, .sig_comment{}

          .sig_comment:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }
          #signatures_list h3{ float: left; width: 65px; margin: 0; }
          #signatures_list .sig_comment_content{ float: right; width: 370px; }
            .sig_comment_content *{ margin: 0; }
            .sig_comment_content p, .sig_comment_content ul, .sig_comment_content ol, .sig_comment_content blockquote{ margin: 0; display: inline; }
      .sig_wrapper {
        float: left;
        width: 480px;
      }
      #signatures h2{ width: 560px; font-size: 1.3em; margin: 1.3em 0; zoom: 1; background:none; }
      #signatures h2:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }

       #signatures h2 .sig_title{ float: left; color: #999}
       #signatures h2 .sig_total{ float: right; color: #999; font-weight: normal; font-variant: small-caps; }
       #signatures h2 .sig_total strong{ padding: 2px 4px; background: #efefef; color: #777; }

    #primary_wrapper{ padding: 0 0 0 0px; float: left; width: 565px; }
    #primary_top{}
    #primary_main{ width: 565px; overflow: hidden; }
    #primary_bottom{}

#signatures_sidebar {
	width:150px;
        padding:63px 0px 0px 0px;
        float:right;
	text-align:center;
}

        .signPetBtn{ margin: 1.5em 0; text-align: center; height: 36px; line-height: 36px; font-weight: bold; font-size: 14px; }
          .signPetBtn a, .signPetBtn a span{ display: block; background-image: url(/assets/themes/awesome_white/css/images/btn_sign_petition.png); background-repeat: no-repeat; }
          .signPetBtn a{ background-position: 0 0; padding: 0 0 0 10px; }
          .signPetBtn a:link, .signPetBtn a:visited, .signPetBtn a:hover{ color: #fff; text-decoration: none; }
          .signPetBtn a:hover{ text-decoration: underline; }
            .signPetBtn span{ background-position: 100% 0; padding: 0 10px 0 0; }

.toggle-less {
	font-size: 14px;
}


.toggle-more {
	font-size: 14px;
}

.blog_body img, #pet_descrip img {
    max-width:450px;
}

/* Uni-Form Overrides */

.uniForm fieldset{ width: 465px; }

.uniForm .ctrlHolder{ padding: .5em 0; border-bottom: none; width: 100%; }

  .uniForm .inlineLabels label,
  .uniForm .inlineLabels .label{ width: 120px; padding-right: 15px; font-size: 1.1em; font-weight: bold; text-align: right; }
  .uniForm .inlineLabels .label{ margin-top: .1em; }
  .uniForm .inlineLabels .inlineLabel{ text-align: left; width: 313px !important; margin: .5em 0 !important; font-weight: normal; }
  
  .uniForm .inlineLabels .textInput,
  .uniForm .inlineLabels .fileUpload,
  .uniForm .inlineLabels .selectInput,
  .uniForm .inlineLabels select,
  .uniForm .inlineLabels textarea{ width: 313px; padding: 2px; }
  
  .uniForm .inlineLabels .formHint{ margin-left: 145px !important; font-size: 10px !important; width: 313px; }
  .uniForm .inlineLabels .multiField{ width: 313px; float: none; }

  .uniForm .buttonHolder{ padding: .5em 0 15px 0px; /*text-align: right;*/ /*width: 220px;*/ }
    .uniForm .buttonHolder button{ padding: 10px 15px; color: #fff; background: #243462; border: 0; border-radius: 5px; -moz-border-radius: 5px; }

.captcha img{ margin: 0 12px 0 0; }
.captcha input{ 
  display: block;
  width: 164px !important;
  margin: 9px 0 0 143px;
  height: 30px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 0 5px;
  color: #505050;
 /* outline: none;*/
} 
/*
.captcha input:focus {
  outline: none;
}
*/

/* Sign Form */
#questionsForm {
  float: left;
  width: 480px;
  background: #fff;
  padding: 5px 0;
  margin-left: -8px;
  border-radius: 5px 5px 10px 10px;
  -moz-border-radius: 5px 5px 10px 10px;
}

#questionsForm h2 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-left: 10px;
}

#signForm {
  clear: both;
  margin: 0 9px;
  border: 1px solid #d4d4d4;
  border-top: 0;
}

#arrow {
  width: 100%;
  height: 22px;
  background: url(/assets/images/form-arrow.png) no-repeat 102px bottom;
}

#arrow.fb {
  background-position: 350px bottom;
}

#signTitle, #signTitleFb {
  background-color: #ebebeb;
  color: #800;
  margin: 0 8px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
}

#signTitleFb {
  display: none;
}

#signFormInner {
  border: 1px solid #fff;
  border-top: 0;
  background-color: #f3f3f3;
  padding: 15px 14px 0;
  font-size: 12px;
}

p.formHint {
  width: 100%;
  padding: 0 !important;
  text-align: right !important;
}

#signForm #signFormInner .ctrlHolder {
  width: 100% !important;
}

p.label {
  padding: 8px 11px !important;
}

.signOr {
  text-align: center;
  float: left;
  width: 34px;
  padding-top: 25px;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/*
.postToFb {
  padding: 10px 0 10px 90px;  
}*/

.displayWrapper {
  padding-left: 90px;
  margin-bottom: 10px;
}

.displayWrapper p.label {
  color: #247 !important;
  font-weight: bold;
  padding: 10px 0 20px !important;
}

.fbButton {
  text-align: center;
}

.bellowQuestions {
  clear: both;
  padding: 20px 0;
}


/** New form **/

#regularSign {
  width: 223px;
  height: 66px;
  float: left;
  background: url(/assets/images/petition-tabs.png) no-repeat 0 -66px;
  margin-left: 9px;
  display: block;
}

#fbSign {
  width: 240px;
  height: 66px;
  float: left;
  background: url(/assets/images/petition-tabs.png) no-repeat -223px 0;
  display: block;
}

#regularSign.selected {
  background: url(/assets/images/petition-tabs.png) no-repeat 0 0;
}

#fbSign.selected {
  background: url(/assets/images/petition-tabs.png) no-repeat -223px -66px;
}

#regularSign, #fbSign {
  cursor: pointer;
}

#signFormInner .question label {
  float: left;
  clear: left;
  width: 82px;
  color: #505050;
  padding-top: 8px;
  padding-right: 8px;
  font-weight: bold;
  text-align: right;
}

#signFormInner .inlineLabel, #signFormInner .questionControl, #signFormInner p.label {
  color: #505050;
}

#signFormInner .question label em, p.formHint em {
  color: #ff9000;
}

#signFormInner .question .questionControl {
  float: left;
  width: 340px;
}

#signFormInner p.errorField {
  margin: 0 -15px 8px;
  text-align: center;
}

#signFormInner .error {
  margin: 0 -15px;
  padding: 0 15px 8px;
}

#signFormInner .blockLabels {
  margin: 0 -15px;
  float: left;
}

#signFormInner input[type="text"], #signFormInner input[type="password"], #signFormInner textarea, #signFormInner select {
  width: 330px;
  height: 30px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 0 5px;
  color: #505050;
  background: #fff;
}

#signFormInner textarea {
  height: 50px;
  padding: 5px;
  background: #fff;
}

#signFormInner select {
  width: 342px;
}

#signFormInner .tbox label {
  font-weight: normal;
}

#emailFriends .ctrlHolder label {
  width: 120px;
  padding-top: 6px;
}

#emailFriends input[type="text"], #signFormInner input[type="password"] {
  padding: 0 5px;
  width: 308px;
  background: #fff;
}

#emailFriends textarea {
  width: 308px;
  padding: 5px;
  background: #fff;
}

#emailFriends p.formHint {
  text-align: left !important;
}

#emailFriends select {
  width: 310px;
  background: #fff;
  padding: 0 5px;
}

/* Added by Davor - New Donation UI - user testing, round A mockups - 1/20/12 */
.donate #content_wrapper { font-family:"Cabin",Arial,Helvetica,sans-serif; margin-top:15px; margin-left: -1px; width:100%; padding: 0; }
.donate #content_wrapper h2 { font-family:"Cabin",Arial,Helvetica,sans-serif; background:url(/assets/images/donation-sprite.png) no-repeat right -192px; display:inline-block; font-size:26px; font-weight:normal; height:auto; line-height:1; margin:0 15px; padding:0 34px 0 0; text-transform: none; }
.donate #content_wrapper p { font-size:14px; line-height:1.6; padding: 8px 15px; font-family:"Cabin",Arial,Helvetica,sans-serif }
.donate #content_wrapper #thankYouForSubmission { color:#000; font-size:18px; margin:15px 0 25px 15px }
.donate #content_main { border-radius:8px; padding:25px 15px 15px }
.donform { background:#f6f6f6; font-size:16px; margin:15px -15px; padding:15px 30px }
.donform h3 { background-image:none; color:#333; font-size:18px; font-weight:normal; margin-bottom:10px;  width:100% }
.donform form { font-weight:bold }
.donform input { font-size:16px; font-weight:bold }
.sbm_button { background:url(/assets/images/donation-sprite.png) repeat-x 0 -32px; border:0; border-radius:4px; box-shadow:0 2px 2px rgba(0,0,0,.2); color:#442b03; cursor:pointer; float:right; height:35px; line-height:1; padding:1px 15px 0; text-shadow:0 1px 0 rgba(255,255,255,.4) }
.sbm_button:hover { background-position:0 -68px }
.sbm_button:active { background-position:0 -103px }
.donform input, .donform select { font-family:"Cabin",Arial,Helvetica,sans-serif }

/* oldstyle radio buttons */
input[type=radio] { margin-bottom:10px }
.oldstyle .sbm_button { float:none; margin:10px 0 5px }

/* newstyle radio buttons */
.newstyle { overflow:hidden; padding:20px 30px 25px }
.newstyle label { font-family:"Cabin",Arial,Helvetica,sans-serif; font-size: 15px; background:#68A4CB; border-radius:8px; float:left; list-style:none; margin-right:6px; padding:8px 0; text-align:center; width:50px }
.newstyle label.active { background:#126296; color:#fff }
.newstyle b { display:block; margin-top:2px }
.newstyle label.other_amount { width:66px }
.newstyle label.other_amount input[type=text] { background:url(/assets/images/donation-sprite.png) no-repeat 3px -141px #fff; border:1px solid #aaa; color:#000; display:block; font-size:14px; margin:0 auto; padding:1px 1px 1px 12px; width:34px }
.newstyle input[type=radio] { margin:0 }
.newstyle .sbm_button { margin-top:19px }

/* dropdown selection */
.dropdown .sbm_button { margin-top:-7px }
select { border:1px solid #aaa; font-size:14px; margin:-2px 0 10px; padding:3px; width:175px }
.dropdown .other_amount { background:url(/assets/images/donation-sprite.png) no-repeat 5px -138px #fff; border:1px solid #aaa; color:#333; font-size:14px; font-weight:normal; margin-left:10px; padding:3px 3px 3px 17px }


.donate .checkbox,
.donate .radio {
  background: #f6f6f6 !important;
  width: auto !important;
  display: block;
}

/* monthly checkbox and cancellation info popup - modal courtesy of Zurb ( http://www.zurb.com/playground/reveal-modal-plugin ) */
.monthly { clear:left; color:#777; float:left; font-size:14px; font-weight:700; margin-top:10px }
.monthly a { color:#1c5ba9; font-size:13px; font-weight:400; text-decoration:underline }
.reveal-modal-bg { position:fixed; height:100%; width:100%; background:url(/assets/images/black-transparent-60.png) transparent; background:rgba(0,0,0,.6); z-index:100; display:none; top:0; left:0 }
.reveal-modal { visibility:hidden; top:250px; left:50%; margin-left:-300px; width:520px; background:#eee; position:absolute; z-index:101; padding:20px 40px 34px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 12px rgba(0,0,0,.5); -webkit-box-shadow:0 0 12px rgba(0,0,0,.5); box-shadow:0 0 12px rgba(0,0,0,.5) }
.reveal-modal p { font-family:"Cabin",Arial,Helvetica,sans-serif; font-size:14px }
.reveal-modal p a { color:#1c5ba9; font-weight:400; text-decoration:underline }
.reveal-modal .close-reveal-modal { font-size:32px; line-height:1; position:absolute; top:4px; right:11px; color:#aaa; text-shadow:0 -1px 1px rbga(0,0,0,.6); font-weight:bold; cursor:pointer }
.reveal-modal .close-reveal-modal:hover { color:#1c5ba9; text-decoration:none }

/* Signature target */
#sigs-container {  background: #ebebeb; height: 50px; clear: both; padding: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: 10px 0 20px; }
#sigs-target { padding:0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
#goal-container { float: right; padding: 5px 2px; font-size: 13px; }
#total-target { font-weight: bold; }
#progress-bar { clear: right; border:1px solid #cecece; height: 30px; background: #fff; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; overflow: hidden; -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1); box-shadow: inset 0 0 20px rgba(0,0,0,0.1); }
#sigs-progress { background: #f7931e; height: 30px; -webkit-box-shadow: inset 0 -2px 10px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 -2px 10px rgba(0,0,0,0.1); box-shadow: inset 0 -10px 20px rgba(0,0,0,0.1); float: left }
#sigs-numbers {float: left; padding: 7px 10px; color: #666; font: 700 13px Arial; }
#sigs-progress #sigs-numbers { float: right; text-shadow: 0 -1px rgba(0,0,0,0.2); color: #fff }

