
/*Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

# Scaffold View 
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/*  Debugging  */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


/*HOME DIVs HOME DIVs HOME DIVs HOME DIVs*/
/* BACKGROUND */


/* color & band scroll */
//body {background:#FFF url(../img/scroll.jpg) repeat-x;}


/* THE FILE */ 

#layout_body_holder {
	width: 730px;
	margin: 0 auto 0 auto;
}
#brclear {
	clear:both;
	height:0;
	margin:0;
	line-height: 0px;
	margin-top: 15px;
}

#footer {
	width: 730px;
	margin: 0 auto 0 auto;
	height: 24px;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
}

#footer_stroke {
	background-color: #00678f;
	width: 730px;
	margin: 0 auto 0 auto;
	height: 1px;}


#order_box {
	width: auto;
	height: 17px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 5px;
	background-color: #00678f;
	padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.top_rule {background-image:url(../img/top_rule.jpg); background-position: bottom center; background-repeat: repeat-x; height: 4px;}

#order {
	width: 53px;
	height: 17px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #00678f;
	padding-top: 4px;
}



#top_nav {
	width: 300px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 5px;
}

#home_banner {
	width: 730px;
	float: left;
	margin-top: 15px;
	background-image: url(../img/banner_gradient_1px.jpg);
	height: 121px;
	
	
}
#logo_box {
	width: 105px;
	height: 90px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	
}
#banner_search {
	width: 550px;
	height: 57px;
	float: left;
	margin-top: 54px;
	margin-left: 40px;
	
	}
#middle {
	width: 730px;
	float: left;
	
}#bottom {
	width: 730px;
	float: left;
	margin-left: 0px;
	margin-top: 15px;	
}#patent_box {
	width: 240px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;	
}#file_history_box {
	width: 227px;
	float: left;
	padding-left: 0px;
	
}#services_box {
	width: 230px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;	
	
}#sep_01_box {
	width: 1px;
	float: left;
	background-image: url(../img/hp_seperator.jpg);	
}#sep_02_box {
	width: 1px;
	float: left;
	background-image: url(../img/hp_seperator.jpg);
	
	
	
}#left_nav_box {
	width: 150px;
	float: left;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;	
}#icon_nav_box {
	width: 30px;
	float: left;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	
}#text_nav_box {
	width: 110px;
	float: left;
	margin-top: 15px;
	
	
	
}#left_nav_box02 {
	width: 150px;
	float: left;
	margin-top: 15px;
	padding-left: 5px;
	margin-left: 5px;	
	
	
	
	
}#center_bodycopy_box {
	width: 360px;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	
}#right_column_box {
	width: 170px;
	height: 155px;
	float: left;
	margin-top: 15px;
	background-image: url(../img/int_offer_box.jpg);
	margin-left: 5px;
	
}#orderform_box {
	width: 450px;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	
	
}#prices_box {
	width: 540px;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	
}#search_results_box {
	width: 708px;
	float: left;
border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999;padding: 10px;

}	
#contact_txtbox {
	width: 400px;
	float: left;
	margin-top: 23.5px;
	margin-left: 160px;	
	
}	
#post_card {
	width: 457px;
	height: 215px;
	float: left;
	margin-top: 23.5px;
	background-image: url(../img/postcard.jpg);

}	
#offer_box {
	width: 258px;
	height: 215px;
	float: left;
	margin-top: 23.5px;
	background-image: url(../img/offer_box_01.jpg);
	background-repeat: no-repeat;	
}#offer_text_box {
	width: 238px;
	float: left;
	margin-top: 49px;
	margin-left: 10px;
	
}#inner_offer_text_box {
	width: 155px;
	float: right;
	margin-top: 61px;
	margin-left: 0px;
	margin-right: 8px;	
	

/*TXT TXT TXT TXT TXT TXT TXT TXT*/
/*TXT TXT TXT TXT TXT TXT TXT TXT*/
/*TXT TXT TXT TXT TXT TXT TXT TXT*/

}

.orderdash {
	margin-top: 10px;



}
.home_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color:#000;
	text-decoration:none;
	font-weight: normal;
	}.home_nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color:#000;
	text-decoration:none;
	font-weight: normal;
	}.home_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color:#000;
	text-decoration:none;
	font-weight: normal;
	}.home_nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
}
.contact_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color:#000;
	text-decoration:none;
	font-weight: normal;


}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
}



.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: bold;
}

.patents_file_histories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: left;
	color:#58585a;
	text-decoration:none;
	font-weight: normal;
}

.search_boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color:#666666;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;
}


.tripple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #00678f;
	text-decoration: none;
	font-weight: normal;
	}.tripple a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #00678f;
	text-decoration: none;
	font-weight: normal;
	}.tripple a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #00678f;
	text-decoration: none;
	font-weight: normal;
	}.tripple a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #f15f4a;
	text-decoration: none;
	font-weight: normal;

}


.order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	}.order a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	}.order a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	}.order a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#bdecf4;
	text-decoration:none;
	font-weight: bolder;
}
.coupon_offer_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color:#f15f4a;
	text-decoration:none;
	font-weight: normal;
	
	}
.coupon_offer_03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
		
}.coupon_offer_roll_over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	line-height: 35px;
	}.coupon_offer_roll_over a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	line-height: 35px;
	}.coupon_offer_roll_over a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	line-height: 35px;
	}.coupon_offer_roll_over a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	line-height: 35px;

}.footer_stroke {
	background-color: #00678f;
	
	
	
	
	
}.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
	line-height: 17px;
	}.left_nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
	}.left_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: bold;
	}.left_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	color:#f04730;
	text-decoration:none;
	font-weight: normal;
}

.inner_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
	line-height: 20px;	
    margin-top: 30px;
    margin-bottom: 10px;
}.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#666;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;
	}.body_copy a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#f04730;
	text-decoration:underline;
	font-weight: normal;
	line-height: 16px;
	}.body_copy a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#f04730;
	text-decoration:underline;
	font-weight: normal;
	line-height: 16px;
	}.body_copy a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#f04730;
	text-decoration:underline;
	font-weight: normal;
	line-height: 16px;
	
	
	
	
	
	
	
}.bodyhightlight_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
	
	
}

#orderform_box label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color:#666;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;
	vertical-align: top;
}

order_now_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#666;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;
	
	
	
	
}.inner_coupon_offer_03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
	
}.inner_coupon_offer_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#f15f4a;
	text-decoration:none;
	font-weight: normal;
	
}.inner_coupon_offerhightlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#f04730;
	text-decoration:none;
	font-weight: normal;
	
	
}.inner_order_now{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}.inner_order_now a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}.inner_order_now a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}.inner_order_now a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}.tripple_leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #00678f;
	text-decoration: none;
	font-weight: normal;
	}.tripple_leftnav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #00678f;
	text-decoration: none;
	font-weight: normal;
	}.tripple_leftnav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #00678f;
	text-decoration: none;
	font-weight: normal;
	}.tripple_leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #f15f4a;
	text-decoration: none;
	font-weight: normal;

}.search_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
	line-height: 17px;
	}.search_title a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
	line-height: 17px;
	}.search_title a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#00678f;
	text-decoration:none;
	font-weight: normal;
	line-height: 17px;
	}.search_title a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#00678f;
	text-decoration:underline;
	font-weight: normal;
	line-height: 17px;}
	
	
iframe {float: right; margin-top: -150px;} 
.searchbox {border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; color: #999999; font-style: normal;}
	
#tabholder_search {width: 710px;float: left;padding: 10px 10px 0px 10px; background-image: url(../img/searchtabs_bg_rule.jpg); background-repeat: repeat-x; background-position: bottom;}
.tab {background-color: #FFF;padding: 7px 8px;border-top: 1px solid #999;border-left: 1px solid #999;border-right: 1px solid #999;font: 12px/12px Arial, Helvetica, sans-serif;color: #000;margin:0px 2px;display: block;float: left; background-image: url(../img/searchtabs_bg_rule.jpg); background-repeat: repeat-x; background-position: bottom;}
.tab a:link, .tab a:visited, .tab a:active {background-color: #FFF; font: 12px/12px Arial, Helvetica, sans-serif; color: #000; text-decoration:none;}
.tab a:active {background-color: #FFF; font: 12px/12px Arial, Helvetica, sans-serif; color: #000; text-decoration:none; border-bottom:1px solid #fff;}
.tab a:hover, .tab a:focus {background-color: #CCCCCC; font: 12px/12px Arial, Helvetica, sans-serif; color: #000; text-decoration:none;}
	
.tab_active {background-color: #FFF;padding: 7px 8px;border-top: 1px solid #999;border-left: 1px solid #999;border-right: 1px solid #999;font: 12px/12px Arial, Helvetica, sans-serif;color: #000;margin:0px 2px;display: block;float: left;}
.tab_active a:link, .tab_active a:visited, .tab_active a:active {background-color: #FFF; font: 12px/12px Arial, Helvetica, sans-serif; color: #000; text-decoration:none;}
.tab_active a:hover, .tab_active a:active {background-color: #FFF; font: 12px/12px Arial, Helvetica, sans-serif; color: #000; text-decoration:none;}
	


.body_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#000;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;}
.body_org {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#f04730;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;}
.body_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#f04730;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;}
	
.brclear {clear:both;height:0; margin:0;font-size: 1px;line-height: 0px;}


a img {
	border:none;
}



.resultTable { width: 100%; }
.resultTable th { text-align: left; font-size: 14px; } 
.resultTable td { width: 50%; border: 0px; padding-top: 0px; font-size: 12px; }

.resultsContainer { width: 800px; font-size: 12px; padding-top: 3px; padding-bottom: 3px; border: #000000 solid 1px; margin-top: 5px; margin-bottom: 5px; }

.document { font-family: arial, helvetica; font-size: 12px; margin-top: 14px; }
.type, .pages { font-weight: bold }

.checkSpan { text-align: right; float: right; }
.checkSpan label { font-size: 12px; font-weight: normal; }


#  Tables 
/*table {
    background: #fff;
    border:1px solid #ccc;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}*/
th {
    background: #f2f2f2;
    border:1px solid #bbb;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
}
th a {
    background:#f2f2f2;
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
th a:hover {
    background: #ccc;
    color: #333;
    text-decoration: none;
}
/*table tr td {
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}*/
table tr.altrow td {
    background: #f4f4f4;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
td.actions a {
    margin: 0px 6px;
}
.cake-sql-log table {
    background: #f4f4f4;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
}


# Forms 
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 80%;
}
fieldset {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 16px 20px;
}
fieldset legend {
    background:#fff;
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    clear: both;
    margin-bottom: 0.4em;
    /*padding: 2px;*/
    vertical-align: text-top;
}
form div.input {
    color: #444;
}
form div.required {
    color: #333;
    font-weight: bold;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    margin-left: 140px;
}
label {
    display: inline-block;
    font-size: 110%;
    padding-right: 20px;
    width: 30%;
}
/*input, textarea {
    clear: both;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
    width: 100%;
}*/
/*select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}*/
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
input[type=radio] {
    /*float:left;*/
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
    width: auto;
}
span.radio label {
    margin-left: 6px;
    margin-right: 30px;
    width: auto;
}
/*input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
}*/
