/* CSS Document */

p{
	padding:0;
	margin:0;
	font-family:tahoma;
	font-size:11px;
	text-align:justify;
	line-height:16px;
	color:#48483D;
	}
	
.heading{
	font-size:14px;
	text-align:left;
	font-family:arial;
	font-weight:bold;
	color:#FDB813;
	}
	
.more{
	float:right;
	padding-top:5px;
	border:0;
	}
	
.gap{
	height:20px;
	}
	
.text{
	padding:10px 30px;
	}
	
.bold{
	font-weight:bold;
	color:#FDB813;
	}
	
.bold2{
	font-weight:bold;
	color:#FDB813;
	font-size:14px;
	font-family:verdana;
	}
	
.offer{
	font-weight:bold;
	color:#FF6633;
	font-size:14px;
	line-height:18px;
	font-family:arial;
	}
	
.underline{
	text-decoration:underline;
	}
	
.highlight2{
	color:#DE7247;
	}
	
.left{
	float:left;
	width:265px;
	color:#939393;
	line-height:18px;
	}
	
.left img{
	padding-top:5px;
	}
	
.right{
	float:right;
	width:350px;
	color:#939393;
	}
	
.thumbTxt{
	padding:4px 2px;
	text-align:center;
	}
	
	
	
	/*------form-------*/
	.bginput{
	width:250px;
	background-color:#FFF1D5;
	border:#CC9900 1px solid;
	margin:0;
	}
	
.formText{
	font-weight:bold;
	font-size:11px;
	padding-left:15px;
	padding-right:5px;
	text-align:right;
	}
	
.buttonSend{
	width:86px;
	height:30px;
	float:left;
	margin-left:30px;
	color:#C39C4E;
	font-weight:bold;
	background:url(images/submit.jpg) no-repeat top;
	cursor:pointer;
	border:none;
	}
	
.buttonSend:hover{
	background:url(images/submit2.jpg) no-repeat top;
	}
	
.buttonReset {
	width:86px;
	height:30px;
	float:left;
	margin-left:150px;	
	background:url(images/clear.jpg) no-repeat top;
	border:none;
	cursor:pointer;
	}
	
.buttonReset:hover{
	background:url(images/clear2.jpg) no-repeat top;
	}
	
.black{
	color:#000000;
	}