/* CSS Document */

/*
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/
*{
	margin:0; 
	padding:0;
}
body{
	margin:0px;
	padding:19px 0px 0px 0px;
}
.clear{
	clear:both;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	padding:10px 0px 20px 0px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:20px;
	text-decoration:none;
	font-weight:normal;
	padding:25px 0px 15px 0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	padding:0px 0px 10px 0px;
	}
span{
	font-family:Arial, Helvetica, sans-serif;
	color:#ED6C00;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	}
.purp{
	font-family:Arial, Helvetica, sans-serif;
	color:#942BDB;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding:0px 0px 10px 0px;
	}
.green{
	font-family:Arial, Helvetica, sans-serif;
	color:#85B835;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	padding:0px 0px 10px 0px;
	}
/*
---------------------------------------------
02. CONTAINER AND WRAPPER
---------------------------------------------
*/
#container{
	width:100%;
	margin:0px;
	height:auto;
}
#wrapper{
	width:950px;
	margin:0 auto;
	height:auto;
  }
#footer{
	width:100%;
	margin:0px;
	height:65px;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	
  }
  /*
---------------------------------------------
body-bg
---------------------------------------------
*/

.orange-bodybg{
	background:url(../images/orange-bodybg.gif) repeat-x #FFFFFF;
}
.green-bodybg{
	background:url(../images/green-bodybg.gif) repeat-x #FFFFFF;
}
.purple-bodybg{
	background:url(../images/purple-bodybg.gif) repeat-x #FFFFFF;
}
.grey-bodybg{
	background:url(../images/grey-bodybg.gif) repeat-x #FFFFFF;
}
.blue-bodybg{
	background:url(../images/blue-bodybg.gif) repeat-x #FFFFFF;
}
.red-bodybg{
	background:url(../images/red-bodybg.gif) repeat-x #FFFFFF;
}

/*
---------------------------------------------
03. HEADER
---------------------------------------------
*/
#header{
	width:950px;
	height:316px;
	float:left;
  }
.header-left-part{
	width:700px;
	height:316px;
	float:left;
  }
.header-right-part-orange{
	width:250px;
	height:316px;
	float:left;
	background-image:url(../images/orange-shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
  }
.header-right-part-orange h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:14px 0px 10px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-orange p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-green{
	width:250px;
	height:316px;
	float:left;
	background-image:url(../images/green-shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
  }
.header-right-part-green h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:14px 0px 10px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-green p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-purple{
	width:250px;
	height:316px;
	float:left;
	background-image:url(../images/purple-shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
  }
  .header-right-part-purple h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:14px 0px 10px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-purple p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-grey{
	width:250px;
	height:316px;
	float:left;
	background-image:url(../images/grey-shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
  }
  .header-right-part-grey h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:14px 0px 10px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-grey p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-blue{
	width:250px;
	height:316px;
	float:left;
	background-image:url(../images/blue-shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
  }
  .header-right-part-blue h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:14px 0px 10px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-blue p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:center;
  }
  
.header-right-part-red{
	width:250px;
	height:316px;
	float:left;
	background-image:url(../images/red-shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
  }
.header-right-part-red h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:14px 0px 10px 0px;
	margin:0px;
	text-align:center;
  }
.header-right-part-red p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:center;
  }


  .mailto{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	margin:0px;
  }
.mailto:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	margin:0px;
  }
.top-txt-part{
	width:198px;
	height:auto;
	margin:0 auto;
  }
.top-txt{
	width:198px;
	height:auto;
	margin:0px;
	float:left;
  }
 .seprater-right{
	 width:198px;
	 height:2px;
	 float:left;
	text-align:center;
 }
.header-img-part{
	width:700px;
	height:284px;
	float:left;
	background-color:#FEFEFE;
  }
 .navigation-part{
	width:700px;
	height:32px;
	float:left;
	background-image:url(../images/navigation-bg.gif);
	background-repeat:no-repeat;
 }
.logo-part{
	width:349px;
	height:252px;
	float:left;
  }

 .home-img{
	width:351px;
	height:252px;
	float:left;
  }
 

/*
---------------------------------------------
04. TOP NAVIGATION
---------------------------------------------
*/
ul.navigation{
	margin:0px;
	padding:0px 0px 0px 60px;
	list-style:none;
}
ul.navigation li{
	margin:0px;
	padding:5px 0px 0px 0px;
	float:left;
	height:13px;
}
ul.navigation li.seprater{
	width:1px;
	height:18px;
	margin:0px;
	padding:0px 20px 0px 20px;
	float:left;
}

ul.navigation li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#5E6060;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px;
	line-height:18px;
}
ul.navigation li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#DD6C0F;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px;
	line-height:18px;
}
ul.navigation li a.active{
	font-family:Arial, Helvetica, sans-serif;
	color:#DD6C0F;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px;
	line-height:18px;
}
ul.navigation li a.activegr{
	font-family:Arial, Helvetica, sans-serif;
	color:#85B835;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px;
	line-height:18px;
}
ul.navigation li a.activepur{
	font-family:Arial, Helvetica, sans-serif;
	color:#942BDB;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px;
	line-height:18px;
}
ul.navigation li a.activegra{
	font-family:Arial, Helvetica, sans-serif;
	color:#949494;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px;
	line-height:18px;
}
ul.navigation li a.activblue{
	font-family:Arial, Helvetica, sans-serif;
	color:#0F7AD2;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px;
	line-height:18px;
}
ul.navigation li a.activred{
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px;
	line-height:18px;
}


/*
---------------------------------------------
05. CONTENT
---------------------------------------------
*/
#content{
	width:950px;
	height:auto;
	float:left;
  }
#content-inner{
	width:928px;
	height:auto;
	float:right;
  }
.content-inner-space{
	width:928px;
	height:13px;
	float:right;
  }
  .left-panel{
	width:697px;
	height:auto;
	float:left;
  }
.left-panel-area{
	width:654px;
	height:auto;
	float:left;
  }
.right-panel{
	width:231px;
	height:auto;
	float:left;
  }
.right-panel-area{
	width:231px;
	height:auto;
	float:left;
  }
.right-panel-area-pic{
 text-align:right;
	}
.right-panel-area-pic img{
	margin:0 10px 0 10px;
	}
.shadow-lizard{
	background-image:url(../images/shadow-lizard.gif);
	background-repeat:no-repeat;
	width:654px;
	height:135px;
}
.shadow-lizard h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#F60;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:28px 0px 0px 45px;
	margin:0px;
}
.shadow-lizard p{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:5px 0px 0px 45px;
	margin:0px;
}
ul.arrow1{
	margin:0px;
	padding:0px 0px 30px 20px;
	list-style:none;
}
ul.arrow1 li{
	margin:0px;
	padding:0px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:25px;
}
ul.arrow3{
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style:none;
}
ul.arrow3 li{
	margin:0px;
	padding:0px;
	background-image:url(../images/arrow3.gif);
	background-repeat:no-repeat;
	background-position:0px 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	padding:6px 0px 6px 15px;
	margin:0px;
	line-height:18px;
}
.bottom-btn-part{
	width:592px;
	height:auto;
	float:right;
}
.bottom-btn-left{
	width:323px;
	height:auto;
	float:right;
}
.bottom-btn-right{
	width:269px;
	height:auto;
	float:right;
}
.bottom-btn-center{
	width:269px;
	height:auto;
	float:right;
	padding-right:150px;
}

.bottom-btn-area{
	width:269px;
	height:110px;
	float:right;
}
.bottom-btn-area-top{
	width:269px;
	height:63px;
	float:right;
}
.bottom-btn-area-shadow{
	width:269px;
	height:47px;
	float:right;
}

ol.one{
	margin:0px 0px 0px 40px;
	padding:0px;
	color:#A325F6;
	counter-reset:item 1; 
}
ol.one li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#AF4CF1;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 0px;
	line-height:30px;
}
ol.one li span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 0px;
	line-height:30px;
}




ol.star{
	margin:0px 0px 0px 40px;
	padding:0px;
	color:#A325F6;
	counter-reset:item 1; 
}
ol.star li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	list-style-type:none;
	color:#AF4CF1;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 25px;
	line-height:30px;
	background:url(../images/star.png) 0 8px no-repeat;
}
ol.star li span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 0px;
	line-height:30px;
}

/*-------Business---Part----Starts-------*/
.business-part{
	width:231px;
	height:auto;
	float:left;
  }
.business-part-top{
	width:231px;
	height:43px;
	float:left;
	background-image:url(../images/business-top.gif);
	background-repeat:no-repeat;
  }
.business-part-top h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:12px 0px 0px 19px;
	margin:0px;
	line-height:18px;
  }
.business-part-bg{
	width:231px;
	height:auto;
	float:left;
	background-image:url(../images/business-part-bg.gif);
	background-repeat:repeat-y;
  }
 .business-part-inner{
	width:195px;
	margin:5px;
	height:auto;
  }
 .business-part-panel{
	width:195px;
	margin:0;
	height:auto;
  }
 .business-part-seprater{
	width:195px;
	margin:0px;
	height:1px;
	padding:10px 0px 10px 0px;
  }
 .business-part-space{
	width:195px;
	margin:0px;
	height:20px;
	padding:0px;
  }
.business-part-inner a{
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#737576;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 20px;
	margin:0px;
	line-height:18px;
	text-decoration:none;
  }
  .business-part-inner a:hover{
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#737576;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:0px 0px 0px 20px;
	margin:0px;
	line-height:18px;
	text-decoration:underline;
  }
 .business-part-inner p{
	font-family:Arial, Helvetica, sans-serif;
	color:#737576;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	margin:0px;
	line-height:18px;
  }

.business-part-bottom{
	width:231px;
	height:auto;
	float:left;
	background-image:url(../images/business-bottom-shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
  }

/*-------Business---Part----Ends-------*/
/*-------Quote---Part----Starts-------*/
.quote-part{
	width:231px;
	height:auto;
	float:left;
  }
.quote-part-top{
	width:231px;
	height:43px;
	float:left;
	background-image:url(../images/quoteofday-top.gif);
	background-repeat:no-repeat;
  }

.quote-part-top h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:12px 0px 0px 19px;
	margin:0px;
	line-height:18px;
  }

.quote-bottom{
	width:231px;
	height:auto;
	float:left;
	background-image:url(../images/quote-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
  }
.quote-inner{
	width:201px;
	margin:0 auto;
	height:auto;
  }
.quote-inner p{
	font-family:Arial, Helvetica, sans-serif;
	color:#737576;
	font-size:12px;
        font-style:italic;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px 0px 0px 0px;
	margin:0px;
	line-height:18px;
}

 .quote-part-panel{
	width:201px;
	margin:0 auto;
	height:auto;
	float:left;
  }
 .quote-part-space{
	width:201px;
	margin:0px;
	height:30px;
	float:left;
  }
/*-------Quote---Part----Ends-------*/
 .price-part{
	width:654px;
	margin-bottom:10px;
	height:121px;
	float:left;
      
  }
 .pricnces-left{
	width:152px;
	margin:0px;
	height:121px;
	float:left;
	background-image:url(../images/princes-project-left.png);
	background-repeat:no-repeat;
	
  }
 .pricnces-right{
	width:23px;
	margin:0px;
	height:121px;
	float:left;
	background-image:url(../images/princes-project-right.png);
	background-repeat:no-repeat;
  }
 .pricnces-bg{
	width:479px;
	margin:0px;
	height:121px;
	float:left;
	background-image:url(../images/princes-project-bg.png);
	background-repeat:repeat-x;
  }
 .pricnces-bg p{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:30px 0px 0px 10px;
	margin:0px;
	line-height:18px;
  }
/*-------Nomination---Part----Starts-------*/

.nomination-part{
	width:231px;
	height:auto;
	float:left;
  }
.nomination-part-top{
	width:231px;
	height:58px;
	float:left;
	background-image:url(../images/nomination-top.gif);
	background-repeat:no-repeat;
  }

.nomination-part-top h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:15px 0px 0px 10px;
	margin:0px;
	line-height:18px;
  }
.nomination-bg{
	width:231px;
	height:auto;
	float:left;
	background-image:url(../images/nomination-bg.gif);
	background-repeat:repeat-y;
	text-align:center;
  }

.nomination-bottom{
	width:231px;
	height:13px;
	float:left;
	background-image:url(../images/nomination-bottom.gif);
	background-repeat:no-repeat;
  }

/*------------------testimonial------------------------*/
.testimonial_content_pad{
	padding:0 20px 0 27px;
	}
.grey_dot_sep{
	/*background:url(../images/grey_dot_sep.jpg) 0 0 repeat-x;*/
	width:100%;
	height:27px;
	}
h2.red_head{
	color:##444444;
	font:normal 14px Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
	margin:0;
	text-transform:none;
	line-height:normal;
	}
h2.red_head a{
	color:#444444;
	font:normal 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
h2.red_head a:hover{
	text-decoration:underline;
	}
p span.quet img{
	vertical-align:bottom;
	}
/*-------Nomination---Part----Ends-------*/

/*
---------------------------------------------
05. FOOTER STARTS
---------------------------------------------
*/
#footer-inner{
	width:930px;
	margin:0 auto;
	height:35px;
	padding:30px 20px 0px 0px;
	background-image:url(../images/footer-inner.gif);
	background-repeat:no-repeat;
	background-position:right 0;
  }

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px 0px 0px 10px;
	margin:0px;
	text-align:right;
	line-height:15px;
  }
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px 0px 0px 10px;
	margin:0px;
	text-align:right;
	line-height:15px;
  }
#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
	text-transform:none;
	padding:0px 0px 0px 10px;
	margin:0px;
	text-align:right;
	line-height:15px;
  }

ul.footernav{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

ul.footernav li{
	margin:0px;
	padding:0px;
	float:left;
	line-height:11px;
	padding:0px 10px 0px 10px;
}
ul.footernav li.seprater{
	width:1px;
	height:11px;
	margin:0px;
	padding:0px 0px 0px 0px;
	line-height:11px;
	background-image:url(../images/footer-seprater.gif);
	background-repeat:no-repeat;
	text-align:center;
}
ul.footernav li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#737576;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	line-height:11px;
}
ul.footernav li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	line-height:11px;
}
ul.footernav li a.active{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	line-height:11px;
}
/*
---------------------------------------------
05. FORM STARTS
---------------------------------------------
*/
.form-part{
	width:654px;
	height:auto;
	float:left;
}

.form-part{
	width:654px;
	height:auto;
	float:left;
}
.form-top{
	width:654px;
	height:39px;
	float:left;
	background-color:#8D8D8D;
}
.form-top h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	padding:10px 0px 0px 28px;
}

.form-bottom{
	width:652px;
	height:450px;
	float:left;
	background-image:url(../images/form-img.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-bottom:1px solid #9B9B9B;
	border-left:1px solid #9B9B9B;
	border-right:1px solid #9B9B9B;
}
.formmain-start{
	width:353px;
	height:20px;
	float:right;
	padding-right:74px;
}
.form-first{
	width:353px;
	height:20px;
	float:left;
}

.form-left{
	width:69px;
	height:20px;
	float:left;
	padding-top:5px;
}
.form-right{
	width:284px;
	height:25px;
	float:left;
	text-align:center;
}


.form-first3{
	width:353px;
	height:20px;
	float:left;
}

.form-left3{
	width:105px;
	height:20px;
	float:left;
	padding-top:5px;
}
.form-right3{
	width:224px;
	height:25px;
	float:left;
	text-align:center;
}

.form-txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
}
.form-seprater{
	width:353px;
	height:15px;
	float:left;
	overflow:hidden;
}
.form-second{
	width:353px;
	height:70px;
	float:left;
}
.form-left2{
	width:69px;
	height:20px;
	float:left;
	padding-top:5px;
}
.form-right2{
	width:284px;
	height:70px;
	float:left;
	text-align:center;
}


.txt-box{
	width:282px;
	height:23px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	border:1px solid #9B9A97;
}
.txt-area{
	width:282px;
	height:70px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	border:1px solid #9B9A97;
}


p.thanku{
	font-family:Arial, Helvetica, sans-serif;
	color:#F07F21;
	font-size:25px;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	padding:0px;
	line-height:35px;
	text-align:center;

}
.business {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #90C;
	text-decoration: none;
}

