#boxcontent {
	height:510px;
}
	#boxcustomtitle {
		position:absolute;
		top:135px;
		left:10px;
		width:520px;
		height:30px;
		background-color:white;
		background-image:url('../images/customtitlebg.gif');
		background-repeat:no-repeat;
	}
		#boxcustomtitle h2 {
			font-size:10px;
			text-indent:-5000px;
		}
	#boxcustom {
		position:absolute;
		top:175px;
		left:10px;
		width:520px;
		height:460px;
		background-color:white;
		border:0px;
		overflow:hidden;
	}
		#custom {
			margin:0px 10px;
		}
			#custom p {
				color:#000099;
			}
	#boximg1 {
		position:absolute;
		top:135px;
		left:540px;
		width:220px;
		height:285px;
		background-color:silver;
	}
		#boxform {
			border:1px solid red;
			width:500px;
			height:300px;
		}
			#form {
				margin:10px;
			}
				#form label {
					float:left;
					width:100px;
					font-size:12px;
					color:#000099;
				}
				#txtName,#txtTitle,#txtCompany,#txtPhone,#txtEmail,#txtProduct {
					width:300px;
					border:1px solid #000099;
				}
				#txtMessage {
					width:300px;
					height:100px;
					border:1px solid #000099;
				}
				#btnSubmit,#btnReset {
					position:relative;
					left:103px;
					width:100px;
					color:#333399;
					border:1px solid #333399;
				}
	#boxmailsenttitle {
		position:absolute;
		top:135px;
		left:10px;
		width:750px;
		height:30px;
		background-color:silver;
		background-image:url('../images/mailsenttitlebg.gif');
		background-repeat:no-repeat;
	}
		#boxmailsenttitle h2 {
			font-size:10px;
			text-indent:-5000px;
		}
	
