#contact_form	{
	margin-top: 5px;
	}

form#contact_form p	{
	margin: 1px 0 0;
	padding: 0;
	font-size: 1em;
	}

td	{
	margin: 0;
	padding: 0 5px;
	}

#first_name, #last_name, #replyemail, #phone, #city, #state, #country, #zip	{
	width: 160px;
	margin: 0;
	padding: 0;
	}

#use,	#fashion, #look {
	width: 150px;
	margin: 0;
	padding: 0;
	}

hr	{
	margin: 10px 20px 5px;
	color: #F26522;
	}

#questions	{
	text-align: right;
	padding-top: 5px;
	}

#comments	{
	padding-top: 5px;
	margin-bottom: 10px;
	float: right;
	width: 225px;
	}

#buttons	{
	margin: 0;
	padding: 0;
	clear: right;
	float: right;
	text-align: right;
	/* border: 1px solid red; */
	height: 29px;
	width: 150px;
	}

#continue	{
	float: left;
	background: url(../images/continue.gif) no-repeat;
	margin: 0;
	padding: 0;
	width: 68px;
	height: 29px;
	/* border: 1px solid blue; */
	cursor: pointer;
	}

#reset	{
	float: right;
	background: url(../images/reset.gif) no-repeat;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: 68px;
	height: 29px;
	cursor: pointer;
	}

#error h2	{
	width: 140px;
	height: 46px;
	background: url(../images/t-oops.gif) 0 0 no-repeat;
	margin: 0 0 0 105px;
	}

* html #error h2	{
	margin: 0;
	}

#oops_back	{
	float: left;
	background: url(../images/back.gif) no-repeat;
	margin: 0 0 0 145px;
	padding: 0;
	width: 68px;
	height: 29px;
	/* border: 1px solid blue; */
	cursor: pointer;
	}

  * html label.adjust_size	{
	font-size: 95%;
	}

#contact_form input	{
	margin: 1px 0 0 0;
	padding: 0;
	font-size: .9em;
	}

#contact_form select	{
	margin: 3px 0 0 0;
	padding: 0;
	font-size: .9em;
	}

#contact_form textarea	{
	margin-bottom: 5px;
	padding: 0;
	}

#disclaim	{
	display: none; 
	position: absolute;
	width: 520px;
	right: 0; 
	bottom: 0; 
	border-top: 2px solid #d08517; 
	border-left: 2px solid #d08517; 
	border-right: 2px solid #333; 
	border-bottom: 2px solid #333; 
	background-color: white; 
	padding: 8px;
  }
 
#disclaim	h3 {
	margin: 0 0 1em;
	color: #570c81;
	text-align: center;
	font-size: 130%;
	}

#disclaim	h4 {
	margin: 0 0 .5em;
	font-size: 120%;
	}

p#distxt {
	color: #333;
	text-align: justify;
	border-bottom: 10px solid #fff;
	line-height: 1.1em;
	}

.required {color: red;}
