/*FORM*/
/* =html */
html {
	margin : 0;
	padding : 0;
	color : #754b94;
	
}
form{
	padding:0;
	margin:0;
}

/* =body */


/* =label/label/span */

label, label span { 
	display: block; 
	padding-bottom: .45em; }
	
label { float: right; 
overflow:hidden;
	width: 275px; }

label span { 
	clear:left;
	float: left; 
	width: 50%; 
	text-align: right;
	overflow:hidden;
}
label span span{
	width:100%;
	display:inline;
	padding:0;
	margin:0;
} 	

fieldset{
	padding:0;
	margin:0;
	border:0;
	overflow:hidden;
}

/* =input */
fieldset input {
	float: right;
	width: 45%;
	border: 1px double #CCCCCC;
	border-top-color: #777;
	background-color: #CCCCCC;
}
fieldset input.checkbox {
	border:none;
	background-color:#FFF
}

fieldset textarea:hover, input:hover {
	border-color: #666666;
}

fieldset input:active, textarea:active, input:focus, textarea:focus {
	border-color: #666666;
	background-color: #999999;
}

/* =fieldset textarea */
fieldset textarea {
	float: right;
	width: 95%;
	height: 200px;
	border: 1px double #CCCCCC;
	border-top-color: #777;
	background-color: #CCCCCC;
	}	
	
/* =fieldset */

fieldset {
	float : left;
	width : 280px;
	height : 300px;
	margin: 0 20px 5px 0;
	padding: 20px;
	border: 1px solid #fff;
	overflow: hidden;
}

fieldset: hover { border-color: #722549; }

form div input {
	padding: 0 0.25em;
	background-color: #754b94;
	border: 2px double #551c35;
	border-top-color: #e591b9;
	font: bold 92% Tahoma, Verdana, Arial, san-serif;
	color: #fff;
	Text-transform: uppercase;
	margin: 0px;
	display: block;
	position: absolute;
	left: 595px;
	top: 345px;
	width:60px;
}

/* =div */
form div { 
	width : 825px;
	clear: both;
	margin-bottom: 20px; 
	padding: 10px 20px; 
	text-align: center; }
h1 {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding:0pt 0pt 0pt 155px;
}

h2 {
	font-size: 12px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 10px;
}

h3 {
	font-size: 11px;
	text-align: right;
	font-style: normal;
	padding-left: 0px;

	font-color: 
; 															color: #999999;
	position: absolute;
	left: 63px;
	top: 340px;
}

#Quote,#Catalog,#PressKit{
	float:left;
	margin:4px 0pt 0pt 11px;
	width:13px;
}
*html #Quote,#Catalog,#PressKit{
	margin:0pt 0pt 0pt 9px;
}
*+html #Quote{
	margin:0pt 0pt 0pt .75em;
}
/* =new fieldset */

	/*end of FORM*/

