.form_container,
.form_container .form_container_top,
.form_container .form_container_middle,
.form_container .form_container_bottom {
    clear: both !important;
}
/* BUCKET FORMS */
#bucket-sidebar div.form_container {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}
#bucket-sidebar div.form_container div.form_container_top {
    height: 0 !important;
}
#bucket-sidebar div.form_container div.form_container_middle {
    height: 105px !important;
    padding: 0 20px;
}
#bucket-sidebar div.form_container div.form_container_bottom  {
    height: 0 !important;
}
#bucket-sidebar .content-form {
    padding: 0;
    margin: 0;
}
#bucket-sidebar .content-form {
    padding: 0;
    margin: 0;
}
#bucket-sidebar .content-form fieldset {
    border: none;
}
#bucket-sidebar .content-form legend {
    display: none;
}
#bucket-sidebar .content-form label {
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    width: 57px !important;
}
#bucket-sidebar .base {
    padding: 0;
}
#bucket-sidebar .content-form .submit {
    padding: 0;
    float: right;
}

#bucket-sidebar .form-item {
    margin: 2px 0;
}

#bucket-sidebar .input-field
{
    margin: 0 0 5px 0;
    padding: 2px;
    float: right;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    height: 14px;
    width: 125px !important;
    border: 1px solid #dededf;
}

#bucket-sidebar .error-highlight .input-field
{
    border: 1px solid #FF0000;
}

#bucket-sidebar textarea
{
    /*
background:#F4F4F4 none repeat scroll 0 0;
	border:1px solid #B2B2B2;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:1px;
	padding:3px;
	width: 100%;
    */
}
#bucket-sidebar fieldset
{
    padding: 0;
}

#bucket-sidebar form .submit-form{
    margin: 80px 0 0 20px;
    padding: 0;
    text-align: center;
    position: absolute;
    /*
top: 20px;
	left: 20px;
    */
    color: #fff;
    background: transparent url('../images/brand-canvas-button-blank.png') no-repeat scroll left top;
    border: 0 none;
    width: 107px;
    height: 32px !important;
    cursor: pointer;
}

#bucket-sidebar i
{
    display: none;
}


/* CONTENT FORMS */
#content div.form_container
{

}
#content div.form_container div.form_container_top
{
    height: 7px;
    width: 682px;
    background: #fff url('../images/main_form_top.jpg') bottom left no-repeat;
}
#content div.form_container div.form_container_middle
{
    width: 622px;
    padding: 20px 30px;
    background: #fff url('../images/main_form_middle.jpg') top left repeat-y;
}
#content div.form_container div.form_container_bottom
{
    height: 7px;
    width: 682px;
    background: #fff url('../images/main_form_bottom.jpg') top left no-repeat;
}
#content .content-form{
    padding: 0;
    margin: 0;
    width: 100%;
    /* padding-top: 10px; */
}

#content .content-form fieldset {
    /*
background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
    */
    border: none;
}

#content .content-form legend {
    /*
color: #fff;
	background: #a50007;
	font-family: sans-serif;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #82aca5;
    */
    display: none;
}

#content .content-form .form-item label {
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    width: 57px !important;
}
#content .content-form .textarea-item label {
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    width: 100% !important;
}
#content .content-form .select-item label {
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    width: 50% !important;
}
#content .content-form .state-item label {
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    width: 57px !important;
}
#content .base{
    padding: 0;
}
#content .content-form .submit {
}

form .submit-form{
    margin: 2px 20px 0 0;
    padding: 0;
    text-align: center;
    float: right;
    clear: both;
    color: #fff;
    background: transparent url('../images/brand-canvas-button-blank.png') no-repeat scroll left top;
    border: 0 none;
    width: 107px;
    height: 32px !important;
    cursor: pointer;
}

#content .form-item{
    /* padding-bottom: 10px; */
}

#content .input-field {
    margin: 0 20px 5px 0;
    padding: 2px;
    float: left;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    height: 14px;
    width: 225px !important;
    border: 1px solid #dededf;
}

#content .content-form  select {
    margin: 0 20px 5px 0;
    padding: 2px;
    float: left !important;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
    width: 230px !important;
    border: 1px solid #dededf;
}

#content textarea{
    border: 1px solid #dededf;
    width: 96%;
    height: 100px;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    padding: 2px;
}
#content fieldset{
    padding: 0;
}
/* HOMEPAGE FORMS */
/*
#google-page div.form_container div.form_container_top
{
	height: 7px;
	width: 195px;
	background-image: none;
	background-color: transparent;
}
#google-page div.form_container div.form_container_middle
{
	width: 195px;
	padding: 0;
	background-image: none !important;
	background-color: transparent;
}
#google-page div.form_container div.form_container_bottom
{
	height: 7px;
	width: 195px;
	background-image: none;
	background-color: transparent;
}
*/
#content .content-form{
    padding: 0;
    margin: 0;
    width: 100%;
    /* padding-top: 10px; */
}
/*
#google-page .content-form
{
	padding: 0;
	margin: 0;
	width: 195px;
	/* padding-top: 10px; *//*
}
*//*
#google-page .content-form fieldset
{
  	/*
background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
*//*
	border: none;
}

#google-page .content-form legend
{
	*//*
color: #fff;
	background: #a50007;
	font-family: sans-serif;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #82aca5;
*//*
	display: none;
}

#google-page .content-form label
{
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	color: #000;
	font-size: 11px;
	line-height: 20px;
	width: 57px !important;
}
#google-page .base
{
	padding: 0;
}
#google-page .content-form .submit
{
	padding: 0;
	/* padding: 10px; *//*
}

#google-page .form-item
{
	/* padding-bottom: 10px; *//*
}

#google-page .input-field
{
	margin: 0 0 5px 0;
	padding: 2px;
	float: right;
	color: #000;
	font-size: 11px;
	line-height: 20px;
	height: 14px;
	width: 125px !important;
	border: 1px solid #dededf;
}

#google-page textarea
{
	/*
background:#F4F4F4 none repeat scroll 0 0;
	border:1px solid #B2B2B2;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:1px;
	padding:3px;
	width: 100%;
*//*
}
#google-page fieldset
{
	padding: 0;
}
*/
/* HUB FORMS */
#bucket-sidebar .custom_form .table {
    width: 200px;
}

.custom_form div.cell {
    color: #4d4d4d;
    float: left;
    margin-right: 5px;
}

#bucket-sidebar .custom_form .cell {
    line-height: 20px;
    margin: 0 !important;
    padding: 0 !important;
}
#bucket-sidebar .custom_form .cell label {
    width: 60px !important;
    display: block !important;
}
#bucket-sidebar .custom_form input.text {
    margin: 0 0 5px 0;
    padding: 2px;
    float: right;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    height: 14px;
    width: 125px !important;
    border: 1px solid #dededf;
}
#knowledge-center-list .custom_form .table {
    width: 650px !important;
}
#knowledge-center-list .custom_form .cell {
    line-height: 20px;
    margin: 0 !important;
    padding: 0 !important;
}
#knowledge-center-list .custom_form .cell.empty {
    display: none !important;
}
#knowledge-center-list .custom_form .row.full .cell {
    width: 100%;
    text-align: right;
}
#knowledge-center-list .custom_form .row {
    padding: 5px 0 !important;
    float: left !important;
    width: 325px !important;
}
#knowledge-center-list .custom_form .cell label {
    width: 90px !important;
    display: block !important;
}
#knowledge-center-list .custom_form input.text {
    margin: 0 0 5px 0;
    padding: 2px;
    float: right;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    height: 14px;
    width: 210px !important;
    border: 1px solid #dededf;
}

#knowledge-center-list .form_container,
#knowledge-center-list .form_container .form_container_top,
#knowledge-center-list .form_container .form_container_middle,
#knowledge-center-list .form_container .form_container_bottom {
    background: transparent none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#knowledge-center-list .form_container .form_container_top,
#knowledge-center-list .form_container .form_container_bottom {
    height: 0 !important;
}
#knowledge-center-list .custom_form .submit {
    margin: 0 10px 10px 0 !important;
    padding: 0 !important;
    position: static !important;
    float: none !important;
    height: 32px !important;
}
.custom_form div.row {
    padding: 15px 0;
}

#bucket-sidebar .custom_form .row {
    padding: 5px 0;
    clear: both;
}

#bucket-sidebar .custom_form .submit {
    margin: -5px 0 0 -10px !important;
    padding: 0 !important;
    position: static !important;
    float: none !important;
    height: 32px !important;
}

.custom_form div.cell p{
    margin: 0;
}

/* HUB FORMS GOOGLE */
/*
#google-page .custom_form div.cell{
	color: #4D4D4D;
	float: none;
	margin-right: 5px;
}

#google-page .custom_form div.cell select{
	width: 150px;
}


#google-page .custom_form div.row{
	padding: 5px 0 2px 0;
}

#google-page .custom_form button
{
	margin: 0 0 0 80px !important;
	padding: 0;
	text-align: center;
	position: absolute;
	height: 32px !important;
}
*/
/* Landing Form */
#landing-form {
    float: left !important;
    background: transparent url('../images/landing_form_middle.gif') repeat-y scroll top left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 210px !important;
}
#landing-form h4 {
    margin: 0 !important;
    padding: 10px 10px 0 10px !important;
    background: transparent url('../images/landing_form_top.gif') no-repeat scroll top left !important;
}
#landing-form div.form_container {
    padding: 0 !important;
    margin: 0 !important;
}
#landing-form div.form_container div.form_container_top {
    display: none !important;
}
#landing-form div.form_container div.form_container_middle {
    margin: 0 !important;
    padding: 0 10px !important;
    width: auto !important;
}
#landing-form div.form_container div.form_container_bottom {
    height: 7px !important;
    width: 210px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff url('../images/landing_form_bottom.gif') no-repeat scroll bottom left !important;
}
/*
#landing-form .custom_form .cell label {
	width: 65px !important;
	display: block !important;
	font-size: 11px !important;
}
#landing-form .custom_form input.text {
	margin: 0 0 5px 0;
	padding: 2px;
	float: right;
	color: #000;
	font-size: 11px;
	line-height: 20px;
	height: 14px;
	width: 105px !important;
	border: 1px solid #dededf;
}
#landing-form .custom_form .submit {
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 32px !important;
	line-height: 32px !important;
	margin: 0 0 5px -10px !important;
}
*/
/* Contact Sidebar */
#contact-sidebar {
    width: 190px !important;
    overflow: hidden !important;
}
#contact-sidebar .form_container {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent none !important;
}
#contact-sidebar .form_container_top,
#contact-sidebar .form_container_bottom {
    display: none !important;
}
#contact-sidebar .form_container_middle {
    background: transparent none !important;
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}
/*
#contact-sidebar .custom_form {
	clear: both !important;
}
#contact-sidebar .custom_form .table {
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: both !important;
}
#contact-sidebar .custom_form .row {
	clear: both !important;
	height: 25px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#contact-sidebar .custom_form .cell {
	float: left !important;
	width: auto !important;
	float: left !important;
}
#contact-sidebar .custom_form label {
	display: block !important;
	float: left;
	width: 70px !important;
}
#contact-sidebar .custom_form .hidden {
	display: none !important;
}
#contact-sidebar .custom_form input.text {
	margin: 0 0 5px 0 !important;
	padding: 2px !important;
	color: #000 !important;
	font-size: 11px !important;
	line-height: 20px !important;
	height: 14px !important;
	width: 90px !important;
	border: 1px solid #dededf !important;
}
#contact-sidebar .custom_form select.select {
	margin: 0 0 5px 0 !important;
	padding: 2px !important;
	color: #000 !important;
	font-size: 11px !important;
	line-height: 20px !important;
	height: 20px !important;
	width: 96px !important;
	border: 1px solid #dededf !important;
}
#contact-sidebar .custom_form .required {
	width: 100% !important;
	clear: both !important;
	float: none !important;
	display: block !important;
	margin: 5px 0 0 70px !important;
}
#contact-sidebar .custom_form .submit {
	display: block !important;
	padding: 0 !important;
	height: 32px !important;
	width: 107px !important;
	margin: 3px 0 0 62px !important;
	line-height: 32px !important;
	border: 0 none !important;
	color: #fff !important;
	cursor: pointer !important;
	background: transparent url('../images/brand-canvas-button-blank.png') no-repeat scroll left top !important;
}
*/
/* Google Form */
#google-form {
    width: 230px !important;
    overflow: hidden !important;
}
#google-form .form_container {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent none !important;
}
#google-form .form_container_top,
#google-form .form_container_bottom {
    display: none !important;
}
#google-form .form_container_middle {
    background: transparent none !important;
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}
/*
#google-form .custom_form {
	clear: both !important;
}
#google-form .custom_form .table {
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: both !important;
}
#google-form .custom_form .row {
	clear: both !important;
	height: 25px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#google-form .custom_form .cell {
	float: left !important;
	width: auto !important;
	float: left !important;
}
#google-form .custom_form label {
	display: block !important;
	width: 80px !important;
}
#google-form .custom_form input.text {
	margin: 0 0 5px 0 !important;
	padding: 2px !important;
	color: #000 !important;
	font-size: 11px !important;
	line-height: 20px !important;
	height: 14px !important;
	width: 120px !important;
	border: 1px solid #dededf !important;
}
#google-form .custom_form .full {
	width: 100% !important;
	clear: both !important;
	float: none !important;
	display: block !important;
	height: 50px !important;
}
#google-form .custom_form .submit {
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 32px !important;
	width: 107px !important;
	line-height: 32px !important;
	margin: 5px 0 5px -10px !important;
	background: transparent url('../images/brand-canvas-button-blank.png') no-repeat scroll left top !important;
}
.custom_form .cell label span {
	color: #ab0008 !important;
}
*/
/* Starting from scratch */
.custom_form {
    clear: both !important;
}
.custom_form label {
    display: block !important;
    float: left;
    width: 70px !important;
}
.custom_form .hidden {
    display: none !important;
}
.custom_form input.text {
    margin: 0 0 5px 0 !important;
    padding: 2px !important;
    color: #000 !important;
    font-size: 11px !important;
    line-height: 20px !important;
    height: 14px !important;
    width: 90px !important;
    border: 1px solid #dededf !important;
}
.custom_form select.select {
    margin: 0 0 5px 0 !important;
    padding: 2px !important;
    color: #000 !important;
    font-size: 11px !important;
    line-height: 20px !important;
    height: 20px !important;
    width: 96px !important;
    border: 1px solid #dededf !important;
}
.custom_form .required {
    width: 100% !important;
    clear: both !important;
    float: none !important;
    display: block !important;
    margin: 5px 0 0 70px !important;
}
.custom_form .submit {
    display: block !important;
    padding: 0 !important;
    height: 32px !important;
    width: 107px !important;
    margin: 3px 0 0 62px !important;
    line-height: 32px !important;
    border: 0 none !important;
    color: #fff !important;
    cursor: pointer !important;
    background: transparent url('../images/brand-canvas-button-blank.png') no-repeat scroll left top !important;
}

.custom_form label.info {
    -x-system-font:none !important;
    color:#4D4D4D !important;
    font-weight:bold !important;
    display:block;
    font-family:Arial,Helvetica,sans-serif !important;
    font-size:10px !important;
    font-style:normal !important;
    font-variant:normal !important;
    font-weight:normal !important;
    line-height:20px !important;
    text-align:center;
    text-transform:uppercase;
}

