/*** Editing Styles ------------------------------------------------------ ***/

.text_general {
	/* text 12 black  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.text_general2 {
	/* text 14 intro gray  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #666666;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.text_gen_home {
	/* text 14 home intro gray  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #666666;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.text_general3 {
	/* text 15 home intro orange  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #d44e17;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.subtitles {
	/* subtitles 18 orange  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #d44e17;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.subtitles2 {
	/* subtitles 16 blue  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #034260;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.subtitles3 {
	/* subtitles 15 orange  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #dd4c10;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.black_subtitle {
	/* subtitles 16 black  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.captions  {
	/* text 10 gray */	
    color: #666666;
   	font-family: Arial, geneva, sans-serif; 
   	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
}
.tiny-line {
	/* tiny line */	
	display:block;
	height:1px;
	width:100%;
	background: #cccccc;
}
.button_gray  {	
    color: #777777;
}
.subsection_title {
	color: #034260;
   	font-family: Arial, geneva, sans-serif; 
   	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
/*** End Editing Styles ***/

/*** Reset --------------------------------------------------------------- ***/
body, p, th, ul, li, ol, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}
body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
input, select, textarea {
	color: #333333;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	border-style: none;
}
img {
	border:medium none;
}
a {
	color: #034260;
	text-decoration: none;
	cursor: pointer;
}
#header .header_right a {
	color: #d85415;
}
#header .header_right .info a {
	color: #d85415;
}
a:hover, #gallery-list li a:hover, #faq-category strong.question:hover {
	color: #e46100;
}
li {
	margin-left: 20px;
}
ul li {
	list-style-image:url(../images/li_dot.jpg);
}
p {
	padding-bottom: 15px;
}
div.social p a {
	padding:4px 5px;
}
div.social h1 {
	border-bottom:1px solid #CCCCCC;
	font-size:small;
	font-weight:bold;
	width:210px;
	padding-bottom:5x;
}
/*** End Reset ***/

/*** Common -------------------------------------------------------------- ***/
div.clear {
	clear: both;
}
h1 {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 18px;
	margin: 0 0 10px 0;
}
h2 {
	height: 0;
	margin-bottom: 15px;
	padding-top: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;	
}
h3 {
	margin-top: 15px;
	padding-top: 35px;
	border-top: 1px dotted #010206;
	background-position: left 15px;
}
.empty {
	display:block;
	width:100%;
	height:15px;
}
.empty2 {
	display:block;
	height:50px;
}
#google_map {
	background: #ffffff;
	border: 1px solid #666666;
	height: 400px;
}
body.blank h1 {
	font-size: 18px;
	color: #f35115;
	line-height: normal;
	margin: 0 0 15px 0;
	font-style: italic;
	font-weight: bold;
}
/*** End Common ***/

/*** Forms --------------------------------------------------------------- ***/
p.required {
	margin: 0;
}
p.message {
	font-size: 14px;
	color: #333333;
}
input.empty, textarea.empty {
	color: #999999;
}
form table, form p.margin {
	margin-bottom: 10px;
}
form td, form th {
	padding: 2px 5px 2px 0;
}
label.label {
	display: block;
	padding-right: 10px;
	width: 160px;
	position: relative;
}
label.label em {
	position: absolute;
	right: 0;
	top: 0;
}
input.w05 {
	width: 60px;
}
input.w1 {
	width: 120px;
}
input.w15 {
	width: 180px;
}
p.buttons {
	margin: 0;
	padding-left: 175px;
}
p.error {
	color: #e46100;
}
#form_errors {
	border: 1px solid #337BD4;
	background: transparent url(../images/box-bg.png) repeat scroll left top;
	padding: 10px;
	margin-bottom: 10px;
	color: #337BD4;
}
#form_errors ul {
	margin-top: 5px;
	color: #333333;
}
/*** End Forms ***/

/*** Layout -------------------------------------------------------------- ***/
html, body {
	height: 100%;
}
#header-container {
	text-align: center;
}
#header{
	height: 250px;
	margin: 0 auto;
	width: 1000px;
}
#subheader {
	height: 200px;
	margin: 0 auto;
	width: 1000px;
}
#super-container {
	text-align: center;
	min-height: 100%;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content {
}
#sidebar {
	float: left;
	margin: 0 0 0 20px;
	width: 260px;
}
div.layout-home div.col1 {
	float:left;
	width:420px;
	margin-right:20px;
}
div.layout-home div.col2 {
	float:left;
	width:280px;
}
div.layout-home div.col2 li {
	line-height:150%;
}
div.layout-home div.col3 {
	float:right;
	width:260px;
}
div.layout-home div.col3 .padding {
	padding: 3px 0 10px 5px;
}
div.layout-2c div.col1 {
	float: left;
	width: 330px;
}
div.layout-2c div.col2 {
	float: right;
	width: 330px;
}
div.box div.layout-2c div.col1, div.box div.layout-2c div.col2 {
	width: 310px;
}
div.layout-3c div.col1, div.layout-3c div.col2 {
	float: left;
	width: 190px;
	margin-right: 20px;
}
div.layout-3c div.col3 {
	float: left;
	width: 220px;
}
div.layout-2c-w div.col1 {
	float: left;
	width: 460px;
}
div.layout-2c-w div.col2 {
	float: right;
	width: 200px;
}
/*** End Layout ***/

/*** Header home tpl -------------------------------------------------------------- ***/
#header .logo {
	float:left;
	height:180px;
	background: transparent url(../images/moh_logo.jpg) no-repeat scroll left 15px;
}
#header .logo .flash_message {
	text-align: right;
}
#header .header_right {
	float:right;
	width: 275px;
	text-align: right;
}
#header .header_right .info {
	padding-top: 50px;
	font-size: 14px;
}
#header .header_right .orange_text {
	color: #d85415;
   	font-family: Arial, geneva, sans-serif; 
   	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
#header .header_right .gray_text {
	color: #666666;
   	font-family: Arial, geneva, sans-serif; 
   	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
#header .nav {
	display:block;
	width: 1000px;
	text-align:left;
	height: 45px;
	padding: 0 0 0 0;
}
.speech_bubble {
	display: block;
	width: 365px;
	height: 69px;
	background: transparent url(../images/speech_bubble.jpg) no-repeat scroll left top;
	position: absolute;
	left: 132px;
	padding: 10px 15px 10px 40px;
	text-align: center;
	top: -3px;
}
.speech_bubble2 {
	display: block;
	background: transparent url(../images/speech_bubble2.jpg) no-repeat scroll left top;
	margin-left: 132px;
	padding: 10px 15px 10px 40px;
}
/*** End Header ***/

/*** Navigation -------------------------------------------------------- ***/
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	margin: 0;
}
#navigation ul li a {
	display: block;
	padding: 40px 0 0 0;
	height: 0;
	overflow: hidden;
	background: transparent url(../images/navigation.png) no-repeat scroll left top;
}

#navigation li .home a {
	width: 90px;
}
#navigation li.hover .home a {
	background-position: 0 -45px;
}
#navigation li.on .home a {
	background-position: 0 -90px;
}

#navigation li .about a {
	width: 100px;
	background-position: -90px top;
}
#navigation li.hover .about a {
	background-position: -90px -45px;
}
#navigation li.on .about a {
	background-position: -90px -90px;
}

#navigation li .sales a {
	width: 155px;
	background-position: -190px top;
}
#navigation li.hover .sales a {
	background-position: -190px -45px;
}
#navigation li.on .sales a {
	background-position: -190px -90px;
}

#navigation li .industry a {
	width: 180px;
	background-position: -350px top;
}
#navigation li.hover .industry a {
	background-position: -350px -45px;
}
#navigation li.on .industry a {
	background-position: -350px -90px;
}

#navigation li .news a {
	width: 140px;
	background-position: -530px top;
}
#navigation li.hover .news a {
	background-position: -530px -45px;
}
#navigation li.on .news a {
	background-position: -530px -90px;
}

#navigation li .other a {
	width: 215px;
	background-position: -670px top;
}
#navigation li.hover .other a {
	background-position: -670px -45px;
}
#navigation li.on .other a {
	background-position: -670px -90px;
}

#navigation li .contact a {
	width: 100px;
	background-position: -885px top;
}
#navigation li.hover .contact a {
	background-position: -885px -45px;
}
#navigation li.on .contact a {
	background-position: -885px -90px;
}
/*
#navigation ul li a span {
	display: block;
	cursor: pointer;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	padding: 1px 10px 3px 10px;
}
#navigation ul li a:hover, #navigation ul li.active a{
	display: block;
	color: #333333;
	font-weight: bold;
}
#navigation ul li.on a{
	display: block;
	color:#666666;
	font-weight: bold; 
}
#navigation ul li .long a, #navigation ul li .long_on a  {
	width: 165px;
	padding-top: 1px;
}
#navigation ul li .short a, #navigation ul li .short_on a  {
	width: 80px;
	padding-top: 1px;
}
*/
/*** END navigation ***/
/*** Drop Down Menu ........................................ ***/
.cssmenu_sub {
	height:22px;
}
#cssmenu_submenus ul {
	float:left;
	margin:0;
	list-style:none;
	width:150px;
}
#cssmenu_submenus ul li {
	list-style:none;
	float:left;
	margin:0;
}
#cssmenu_submenus a {
	cursor:pointer;
	display:block;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	line-height:17px;
	padding:3px 5px 4px 10px;
	border:1px solid #888888;
	border-top: 0;
	background-color:#ffffff;
	/*background: transparent url(../images/subnav_bg.png) no-repeat scroll left bottom;*/
}
#cssmenu_submenus a:hover {
	color:#e86723;
	font-weight:bold;
}
/*** End Drop Down Menu ***/

/*** Boxes --------------------------------------------------------------- ***/
div.box {
	padding: 0 0 0 0;
}
div.box div.top {
	background: transparent url(../images/box_corner.png) no-repeat scroll right -40px;
	padding: 0 20px 0 0;
}
div.box div.top div {
	background: transparent url(../images/box_corner.png) no-repeat scroll left top;
	height: 20px;
}
div.box div.bottom {
	background: transparent url(../images/box_corner.png) no-repeat scroll right -60px;
	padding: 0 20px 0 0;
}
div.box div.bottom div {
	background: transparent url(../images/box_corner.png) no-repeat scroll left -20px;
	height: 20px;
}
div.box div.content {
	padding: 0 20px;
	background-color: #ffffff;
	/*height: 470px;*/
}
div.box div.content_new {
	padding: 0 20px;
	background-color: #ffffff;
	height: 468px;
	/*height: 470px;*/
}
div.box div.content_new2 {
	padding: 0 20px;
	background-color: #ffffff;
	height: 232px;
	/*height: 470px;*/
}
/*** Box 2 ------------------------------------------------------------ ***/
div.box2 {
	padding: 0 0 0 0;
}
div.box2 div.top {
	background: transparent url(../images/box_cornershadow.png) no-repeat scroll right -40px;
	padding: 0 20px 0 0;
}
div.box2 div.top div {
	background: transparent url(../images/box_cornershadow.png) no-repeat scroll left top;
	height: 20px;
}
div.box2 div.bottom {
	background: transparent url(../images/box_cornershadow.png) no-repeat scroll right -60px;
	padding: 0 20px 0 0;
}
div.box2 div.bottom div {
	background: transparent url(../images/box_cornershadow.png) no-repeat scroll left -20px;
	height: 20px;
}
div.box2 div.content {
	padding: 0 20px 0 0;
	background: transparent url(../images/box-bg-right.png) repeat-y scroll right top;
}
div.box2 div.content div.left {
	padding: 0 0 0 20px;
	background: transparent url(../images/box-bg-left.png) repeat-y scroll left top;
}
div.box div.box2 div.content {
	padding: 5px 25px;
	color: #333333;
}
/*** End Boxes ***/

/*** Footer ------------------------------------------------------------ ***/

#footer-container {
	margin: 0 auto;
	text-align:center;
	height:100px;
	background: transparent url(../images/line.gif) repeat-x scroll left 56px;
}
#footer {
	width: 960px;
	margin:auto;
	text-align:left;
	height:85px;
	padding: 30px 20px 30px 20px;
}
#footer .address {
	width: 960px;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	font-weight: normal;
	line-height:25px;	
}
#footer .footer_nav{
	width: 960px;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height:normal;	
	padding-top:8px;
}
#footer .footer_nav a {
	color: #666666;
}
#footer .footer_nav a:hover {
	color: #d54e17;
}
#footer .left {
	float: left;
	width: 485px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	padding-top:10px;
	color:#666666;
	line-height:normal;
}
#footer .left a {
	color: #777777;	
}
#footer .left a:hover {
	color: #d54e17;	
}
#footer .right {
	float: right;
	width: 440px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	padding-top:10px;
	color:#666666;
	line-height:normal;	
}
#footer .right a {
	color:#777777;
	font-size: 11px;
}
#footer .right a:hover {
	color:#d54e17;
}
/*** End Footer ***/

/*** Header subpages ----------------------------------------------------- ***/
#subheader .sublogo {
	float:left;
	height:150px;
	width:350px;
	margin-left:15px;
	background: transparent url(../images/moh_logo_sub.jpg) no-repeat scroll right top;
}
#subheader .sublogo a {
	display:block;
	height:140px;
	width: 350px;
}
#subheader .header_right {
	float:left;
	width:630px;
	text-align:left;
}
#header .header_right .extra_links .button {
	float:left;
	display:block;
	width:135px;
	height:30px;
	background: transparent url(../images/top_but_bg.png) no-repeat scroll left bottom;
}
#header .header_right .extra_links .button_empty {
	float:left;
	display:block;
	width:135px;
	height:30px;
}
#header .header_right .extra_links .button a {
	display:block;
	width:135px;
	height:23px;
	text-align: center;
	padding: 7px 0 0 0;
	font-size:11px;
	font-weight:bold;
	color:#FF6600;
}
#header .header_right .extra_links .button a:hover {
	color:#666666;
}

#subheader .header_right .banner {
	display:block;
	width: 630px;
	text-align:left;
	height: 150px;
	padding-top:10px;
}
#subheader .subnav {
	display:block;
	width: 1000px;
	text-align:left;
	height: 40px;
	padding: 0;
}
/*** End subpage Header ***/

/*** subpage ------------------------------------------------------------- ***/
div.layout-subpage div.subcol1 {
	float:left;
	width:740px;
	margin-right:20px;
}
div.layout-subpage div.subcol2 {
	float:left;
	width:240px;
}
div.layout-subpage .subpage-title {
	width:400px;
	padding:15px 0 0 20px;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}
div.layout-subpage .subpage-title2 {
	width:400px;
	padding:10px 0 15px 10px;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}
div.layout-subpage .bread {
	float:left;
	width:400px;
	height:35px;
}
div.layout-subpage .nav_onside {
	width:240px;
}
#extra_links {
	width:240px;
	height:30px;
	text-align:center;
	padding:13px 0 0 0;
	display:block;
	font-size:13px;
	color:#333333;
}
#extra_links a {
	color:#d35207;
}
#extra_links a:hover{
	color:#000000;
}

/*
div.layout-subpage .nav_onside .extra_links .button, div.layout-subpage .nav_onside .extra_links .button {
	float:left;
	display:block;
	width:115px;
	height:25px;
	background: transparent url(../images/green_b_bg.gif) no-repeat scroll left bottom;
}
div.layout-subpage .nav_onside .extra_links .button a, div.layout-subpage .nav_onside .extra_links .button a {
	display:block;
	width:105px;
	height:23px;
	text-align: center;
	padding: 7px 0 0 0;
	font-size:11px;
	font-weight:bold;
	color:#FF6600;
}
div.layout-subpage .nav_onside .extra_links .button a:hover, div.layout-subpage .nav_onside .extra_links .button a:hover {
	color:#555555;
}
*/

div.nav_onside {
	min-height:170px;
}
div.nav_onside div.top {
	background: transparent url("../images/navonside_top.png") no-repeat scroll left bottom;
	height:21px;
}
div.nav_onside div.padding {
	background: #f07328 url("../images/navonside_mid.png") repeat-y scroll left top;
	padding:0 13px 5px 10px;
	min-height:90px;
}
div.nav_onside div.bottom {
	background: transparent url("../images/navonside_bot.png") no-repeat scroll left bottom;
	height:30px;
}

div.layout-subpage .nav_onside .subsection_title {
	display: block;
	padding-left: 15px;
}
div.layout-subpage .nav_onside li {
	margin:0;
	font-weight:bold;
}
div.layout-subpage .nav_onside li {
	list-style-image:none;
	list-style-type: none;
	color:#666666;
	font-size:13px;
}
div.layout-subpage .nav_onside a {
	display:block;
	color:#666666;
	padding: 3px 0 3px 15px;
	border-bottom:1px solid #d7d7d7;
}
div.layout-subpage .nav_onside li.on a {
	font-weight: bold;
	color: #034260;
	background: transparent url("../images/li_dot.jpg") no-repeat scroll 2px 8px;
}
div.layout-subpage .nav_onside a:hover {
	color:#333333;
}
/*
div.layout-subpage .nav_onside .padding {
	padding: 62px 20px 20px 25px;
	color: #000000;
}
*/
div.layout-subpage .highlights {
	display:block;
	background: transparent url("../images/intro_bg.png") no-repeat scroll left 50px;
	width:740px;
	height:250px;
}
div.layout-subpage .highlights .highlights_content{
	padding:40px 20px 20px 20px;
}
div.layout-subpage .subcol1 .gradient_box {
	width:740px;
}
div.gradient_box {
	min-height: 150px;
}
div.gradient_box div.top {
	height: 20px;
	background: transparent url("../images/grad_bg_top.png") no-repeat scroll left top;
}
div.gradient_box div.padding {
	min-height: 150px;
	padding: 0 20px;
	background: #ffffff url("../images/grad_bg_bottom.png") repeat-x scroll left bottom;
}
div.gradient_box div.bottom {
	height: 20px;
	background: transparent url("../images/grad_bg_top.png") no-repeat scroll left -20px;
}

/*** General ------------------------------------------------------------- ***/
body.bg_1 {
	background: #ffffff url("../images/main_bg.jpg") repeat-x scroll center 175px;
}
body.bg_2 {
	background: #ffffff url("../images/main_bg.jpg") repeat-x scroll center 150px;
}
/*** End General ***/

/* news list.tpl styles .......................... */
.news_general {
	width: 670px;
}
.news_general .n_image {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
	border:1px solid #d5d5d5;
}
.news_general .news_teaser {
	float: left;
	width: 440px;
	text-align: left;
}
/* News Summary.tpl styles ........................ */
.news_summary {
	width: 275px;
}
.news_summary .ns_img {
	float: left;
	display:block;
	width: 70px;
	height:60px;
	margin-bottom: 15px;
	padding-top:5px;
	text-align: center;
	border: 1px solid #cdcdcd;
}
.news_summary .ns_title_date {
	width: 270px;
	margin-bottom: 15px;
	text-align: left;
}
.news_summary .ns_title_date a {
	color:#FFFFFF;
}
.news_subtitle{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
}
.news_title{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #129ec2;
	font-weight: bold;
}
.news_title2{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	color: #034260;
	font-weight: bold;
	margin-bottom: 2px;
}
.news_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10.5px;
	color: #888888;
	font-weight: normal;
}
.news_sumteaser {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #fcfcfc;
	font-weight: normal;
}
/** News article details styles ....................**/

.news_details {
	width: 690px;
}

.news_details .news_left {
	float: left;
	width: 190px;
	padding-right: 10px;
}
.news_details .news_left .n_image {
	width: 180px;
	padding: 5px;
	border: 1px solid #d5d5d5;
	text-align:center;
}
.news_details .news_right {
	float: right;
	width: 440px;
}
.cat_news ul{
	margin-left: 15px;
}
td.n_line {
	border-top:1px solid #CCCCCC;
}
/*** rotator additional styles.......................***/
.c1-rotator-images {
	text-align: left;	
}
/* newsletter style ................................***/
.blue_dividers {
	color: #2aa5ce;
    font-family: Arial;
    font-size: 12px;
}
.newsletlink a{
    color: #777777;
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;
    text-decoration: none;
}
.newsletlink a:hover{
    color: #8cb43b;
    text-decoration: none;
}
td.newslet_divider {            
	border-right: solid 1px #e3e3e3;
}
.newsletter_bg {
	background-color:#e6eaeb;
	font-family: Arial;
    font-size: 12px;
	color: #333333;
}
.newslet_smtxt {
	color: #666666;
    font-family: Arial;
    font-size: 11px;
	line-height:20px;
}
td.cellnewsline {
	border-bottom: solid 1px #f66d23;
}
.newsl_title_orange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d54f18;
	font-style: normal;
	line-height: normal;
}
.newsl_title_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	font-style: normal;
	line-height: normal;
}
/*** rotator styles ...........................***/
.c1-rotator-caption {
	width:75% !important;
	top:100px !important;
	left:20px !important;
	font-size:18px;
}

#submenu {
	padding-top: 8px;	
}
/*** Form for Microsite ---------------------------***/

#micro_form .c1_form label.label {
	width: 100px;	
}
#micro_form form table, form p.margin {
	margin-bottom:0;	
}
