/*
Author: 	Cesar Fabello
Created:	May 5, 2010
Last Updated:	May 5, 2010
*/


/*MISC*/
	#newsletter-signup{
		display:none;
	}

/*CONTACT FORM STYLES*/

	#contact-pro-form{
		border:none;
		padding:10px 0 0 0;
	}
	#contact-pro-form td{
		padding:0 4px 6px 0;
	}	
	
	.form-label{ /*col1*/
		width: 140px;
		text-align:right;
		padding-right:4px;
		font-weight:bold;
	}
	.form-label2{
		font-weight:bold;
	}	
	.form-field{ /*col2*/
		width: 567px;	
	}
	
	/*Input Boxes*/
	#contact-pro-form .form-field input{
		width: 200px;
		height: 21px;
		padding: 4px 5px 0 5px;
		background: #f4f4f4;
		border: 1px solid #c8c6c6; /*c8c6c6*/
		font: small/1.2em Verdana,Sans-serif;
		line-height: 18px;	
	}	
	
	/*Select Dropdown*/
	#contact-pro-form select{	
		background: #f4f4f4;
		border: 1px solid #c8c6c6; 
		padding:4px !important;
		
	}
	/*textarea Comments Box*/
	#txtComments{
		background: #f4f4f4;
		border: 1px solid #c8c6c6; 
	
	
	/*Checkboxes*/
	}
	#grpContactOptions_0, #grpContactOptions_1{
		
	}
	
/*ERROR STYLES*/
	#vldFirstName,
	#vldLastName,
	#vldEmail,
	#vldRegEmail,
	#vldAddress1,
	#vldCity,
	#vldZip,
	#vldCountry,
	#vldProduct{
		padding-left:6px;
		font-weight:bold;
		
	}
	
	
	
	
	
	
	
	
	
/*SUBMIT*/	
	#btnSubmit {
		background: url('https://img.roxio.com/images/theme/core/btn-submit.png') no-repeat;
		background-position: 0 0;
		border: none;
		width: 98px;
		height: 26px;
		color: #fff;
		cursor: pointer;
		font:  Arial, Helvetica, sans-serif;
		font-weight: bold;
		outline: none;
	}
	#btnSubmit:hover {
		background-position: 0 -52px;
	}	