 /* VARIANT ART MERCHANDISE & APPAREL */

 /********* CONTACT-US FORM SECTION ********/
 
#contact-form {
	width: 330px;
	background-color: #ececec;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-left:10%

} 
#contact-form legend	{
	font-size: large;
	font-weight: normal;
	
}
#contact-form fieldset{
	width:95%;
}

#contact-form label	{
 	float:left;
	width:100%;
	font-size: 16px;
	font-weight: normal;
}

#contact-form .txt	{
	width:100%;
}

#contact-form div	{
	clear:left;
	margin: 10px;

}

#contact-form div .btn	{
	width:25%;
	text-align:center;
}

#contact-resp {
	height: 450px;
}

#contact-resp p {
	margin-bottom: 10%;
	text-align: center;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	margin-right: 10%;
	margin-left: 10%;
	padding-bottom: 10%;
}

#contact-resp h2 {
	margin-top: 5%;
	text-align: center;
	color: #990000;
	margin-bottom: 5px;
}
 
 /********* INQUIRY FORM SECTION ********/
 
#inquiry-form {
	width: 475px;
	background-color: #ececec;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	
} 
#inquiry-form legend	{
	font-size: large;
	font-weight: normal;
}
#inquiry-form fieldset{
	width:95%;

}
 
#inquiry-form label	{
 	float:left;
	width:100%;
	font-size: 14px;
	font-weight: normal;
}

#inquiry-form .txt	{
	width:100%;
}
#inquiry-form .detail, #inquiry-form .contact {
	width:75%;
}

#inquiry-form div	{
	clear:left;
	margin: 10px;

}

#inquiry-form div .btn	{
	width:25%;
	text-align:center;
}
