/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform {
    margin: -23px auto 0 9px;
    width: 266px;
}

.cform fieldset {
    margin-top: 10px;
    padding: 5px 0 0 0;
    border: none;
    background: none;
}

.cform fieldset.cf_hidden {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cform legend {
    margin-left: 10px;
    padding: 0 2px;
    font: normal 1px Times;
}

ol.cf-ol {
    margin: 0;
    padding: 0;
}

ol.cf-ol li {
    margin: 5px 13px 5px 0px;
    padding: 0;
    list-style: none;
    text-align: left;
}

/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
ol.cf-ol li.textonly {
    padding: 3px 0;
    text-align: left;
    width: 290px;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */
.cform label {
    width: 190px;
    margin: 2px 10px 0 2px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    display: block;
    color: #222222;
}

.cform label span {
}

label.cf-before {
    /*	display:-moz-inline-box; /*for mozilla*/
    display: inline-block; /*for Opera & IE*/
    margin: 0 5px 0 0;
}

label.cf-after {
    /*	display:-moz-inline-box; /*for mozilla*/
    display: inline-block; /*for Opera & IE*/
    margin: 0 0 0 6px;
    width: 280px;
    text-align: left;
}

label.cf-after span {
    width: 280px;
    display: block;
}

label.cf-group-after {
    /*	display:-moz-inline-box; /*for mozilla*/
    display: inline-block; /*for Opera & IE*/
    margin: 2px 0 0 2px;
    width: 60px;
    text-align: left;
}

label.cf-group-after span {
    width: 60px;
    display: block;
    line-height: 1.3em;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
.cform input, .cform select {
    border: 0 none;
    background: transparent url(form-back.png) no-repeat scroll left top;
    min-height: 25px;
    padding: 5px 8px;
    width: 240px;
    overflow: hidden;
}

.cform textarea {
    height: 90px;
    border: 0 none;
    padding: 5px 8px;
    width: 242px;
    background: transparent url(form-textarea.png) no-repeat scroll left top;
    overflow: hidden;
}

.cform textarea:hover {
    background: transparent url(form-textarea-hover.png) no-repeat;
}

.cform input:hover, .cform select:hover {
    background: transparent url(form-back-hover.png) no-repeat;
}

/*.cform input:focus,
 .cform textarea:focus,
 .cform select:focus	{
 background:#F3F8F8;
 }
 */
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
span.reqtxt, span.emailreqtxt {
    /*	display:-moz-inline-box; /*for mozilla*/
    display: inline-block; /*for Opera & IE*/
    font-size: 12px;
    vertical-align: top;
    color: #000040;
    text-align: left;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */
ol.cf-ol li.cf-box-title {
    color: #000040;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */
input.cf-box-a, input.cf-box-b {
    margin: 2px 0 0 0;
    width: 16px;
    border: none;
}

input.cf-box-a {
}

/*                                                    */
/* check box groups                                   */
/*                                                    */
ol.cf-ol li.cf-box-group {
    padding: 0 0 5px 0;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */
p.cf-sb {
    margin-right: 3px;
    text-align: right;
}

.cform input.sendbutton {
    width: 100px;
    height: 31px;
    padding: 2px;
    left: 16px;
    position: relative;
    font-size: 11px;
    border: none;
    background: url(form-send.png) no-repeat;
}

.cform input.sendbutton:hover {
    background: url(form-send-hover.png) no-repeat;
}

.cform input.sendbutton:active {
    background: url(form-send-active.png) no-repeat;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .error {
    color: red !important;
    border: 1px solid #FF0000 !important;
    padding: 1px 3px;
}

.cform .errortxt {
    color: red !important;
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.seccap {
    margin-top: 6px;
}

label.secq, label.secq span {
    display: inline;
}

label.secq {
    vertical-align: middle;
}

input.secinput {
    width: 45px;
    margin: 3px 0 0 10px;
    vertical-align: middle;
}

#cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha {
    height: 15px;
    width: 50px;
    padding: 4px 4px 5px;
    margin: 0;
    vertical-align: top;
}

img.captcha {
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    border: none !important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
p.info {
    margin: 10px 0;
    text-align: center;
}

p.success {
    color: green;
}

p.failure {
    color: red;
}

#usermessageb {
    color: red;
    left: 30px;
    position: relative;
    width: 252px;
    text-align: center;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */[disabled] {
    color: #dddddd;
    border-color: #dddddd !important;
    background: none !important;
}

.disabled {
    border-color: #dddddd !important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload {
    background: #f9f9f9;
    border: 1px solid #000040;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-align: center !important;;
}

.linklove a, .linklove a:visited {
    font-size: 0.8em;
    font-family: Verdana, Tahoma, Calibri, Geneva, Sans-serif;
    color: #91a1d7 !important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */ * html .cform fieldset.cf_hidden {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}* html .cform legend {
    position: absolute;
    top: -10px;
    left: 10px;
    margin-left: 0;
}* html .cform fieldset {
    position: relative;
    margin-top: 15px;
    padding-top: 25px;
}* html img.captcha {
    margin-top: 1px;
}* + html input.cf-box-a, * + html input.cf-box-b {
    background: none;
    margin-top: 0px;
}* html input.cf-box-a, * html input.cf-box-b {
    background: none;
    margin-top: 0px;
}



/*STYLE FIX*/

#li-2-9{
	display: block; 
	position: absolute;
	right: 250px; 
	top: 5px;
}

#li-2-10{
	display: block; 
	position: absolute;
	right: 267px; 
	top: 60px;
}

#li-2-11{
	display: block; 
	position: absolute;
	right: 65px; 
	top: 120px;
	width: 440px;
}

#li-2-12{
	display: block; 
	position: absolute;
	right: 265px; 
	top: 150px;
}

#li-2-13{
	display: block; 
	position: absolute;
	right: 250px; 
	top: 200px;
}

#li-2-3items input{
	background: transparent;
}