/* kintera.css */

/* Structure */

#kintera { color: black; }

#kintera form {
     text-align: left;
     font-size: 11px;
     line-height: 13px;
     font-family: arial, tahoma, verdana, sanserif;
     }

.contact_information, .select_newsletters, .interest_areas {
     float: left;
     overflow: hidden;
     }
.contact_information {
     width: 230px;
     }

/* new style */

.interest_areas {
     width: 250px;
     margin: 0 5px 0 15px;
     padding: 0 5px 0 15px;
     border-left: 1px dotted #bfbfbf;
     }

/* end new style */

.buttons {
     margin: 15px 0;
     padding: 15px 0;
     border-top: 1px dotted #bfbfbf;
     text-align: center;
     }

#kintera h2 {
     padding: 0 0 10px 0;
     font-size: 14px;
     line-height: 16px;
     color: #81a5ca;
     }


/* Form Elements */
 
#kintera fieldset {
     text-align: left;
     border: none;
     padding: 4px 0;
     margin: 0;
     }

.segments {
     text-align: left;
     border: none;
     margin: 0;
     height: 25px;
     display: block;
     }

#kintera fieldset label, 
#kintera fieldset input, 
#kintera fieldset select {
     float: left; display: block;
     }

#kintera input, #kintera select {
     font-size: 11px;
     }

#kintera .buttons input {
     font-weight: bold;
     text-transform: uppercase;
     }

/* Contact Information */

#kintera .contact_information label {
     font-weight: bold;
     width: 100px;
     padding-top: 5px;
     }

#kintera .contact_information input, #kintera .contact_information select {
     width: 120px;
     }


/* Select Newsletter and Interest Areas */

#kintera .select_newsletters input, #kintera .interest_areas input  {
     width: 30px;
     }

#kintera .select_newsletters label {
     padding-top: 2px;
     width: 170px;
     }

#kintera .interest_areas label  {
     padding-top: 2px;
     width: 220px;
     }




