/* - - - - - - - - - - - - FORMS - - - - - - - - - - - - */

.formHead {
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size : 13px;
  font-weight: bold;
  color: #6F6F6F;
  border-bottom: 1px #e1e1e1 solid;
}

.formText {
  margin-bottom: .5em;
  padding: 0px;
  font-size: 12px;
  line-height: 30px;
}
.formLabel {
        margin: 0;
        margin-bottom: .5em;
        padding: 0;
        font-size: 13px;
        color: #6F6F6F;
        font-weight: bold;
}
.formData {
        clear: both;
        margin: 0;
        margin-bottom: 1em;
        padding: 2px;
		font-family: verdana,sans-serif;
		background-color:#F9F9F9;
        color: #242424;
        font-size: 13px;
}
/* - - - - - - - - - - - - FIELDS AND BUTTONS - - - - - - - - - - - - */

input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px #F2F2F2 inset;
    font-size: 14px;
    height: 35px;
    margin-top: 5px;
    padding-left: 5px;
    text-align: left;
}
div#contentWrapper input[type="text"]:focus {
    background: none repeat scroll 0 0 #FFFFCC;
}
select {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px #F2F2F2 inset;
    font-size: 14px;
    height: 40px;
    margin-top: 5px;
    padding: 8px !important;
}
.butn_submit {
    background: url("http://bckg.buco3.com/bluebutton.png") repeat-x scroll center bottom #336BA0;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 2px #CCCCCC;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
}
.butn_submit:hover {
    background: none repeat scroll 0 0 #333;
    color: #FFFFFF;
    border: 1px solid #ccc;
}

div#home_container_2d input[type="text"] {
    font-size: 12px;
    height: 26px;
    margin-top: 0;
    width: 145px;
   margin-bottom: 5px;
}

div#home_container_2d input[name="security_code"] {
    width: 100px !important;
}

div#home_container_2d .formData {
        margin: 0;
}

div#home_container_2d .butn_submit {
    background: url("http://bckg.buco3.com/bluebutton.png") repeat-x scroll center bottom #336BA0 !important;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px #CCCCCC;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
    text-shadow: 1px 1px 2px #000000;
}


div#home_container_2d .butn_submit:hover {
    background: url("http://bckg.buco3.com/greenbutton.png") repeat-x scroll center bottom #99b93d !important;
}


/* - - - - - - - - - - - - WIDGET-BASED FORMS - - - - - - - - - - - - */

div.widget input.formData {
	margin:0px !important;
	padding:0px !important;
	max-width:160px !important;
    margin-top: 55px;
    padding-left: 235px;
}

div.widget table td {
	width:100%;
}

div.widget table td.formText {
	width:90px !important;
}

div.widget form {
	margin-top:100px !important;
	margin-left:5px !important;
	margin-right:15px !important;
}

div.widget div.error {
	position:relative !important;
	background-image:url('/images/widgeterrorbg2.jpg');
	top:90px !important;
	padding: 5px;
	padding-left:15px !important;
	color:#ff0000;
	z-index:100 !important;
}

div.widget {
	background-image:url('/images/uploaded/widgetbg.png');
	background-repeat:no-repeat;
    background-color: #234271;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	margin-right:10px;
	width:291px !important;
	max-width:291px !important;
	min-height:440px !important;
	max-height:580px !important;
	margin-top:20px;
	margin-bottom:5px;
	padding-bottom: 10px;
}

div.widget p, div.widget table td div, div.widget table td.formText {
		color: #FFFFFF !important;
}

div.widget p { /* hide require all text */
	display:none !important;
}

div.widget table {
	margin:0px !important;
	padding:0px !important;
}

div.widget input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 2px #F2F2F2 inset;
    font-size: 14px;
    height: 25px;
    text-align: left;
}


div.widget input.butn_submit {
	background-image:url("http://bckg.buco3.com/greenbutton.png");
	background-position:center bottom;
	background-repeat:repeat-x;
	background-color:#336BA0;
	background-attachment:scroll;
	
	padding:0px;
	margin:0px;
	padding:5px;
	
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

div.widget input.butn_submit:hover {
	color: #ffffff;
}

