
/*    REMOVE THIS STYLE ON THE CUSTOMER WEBSITE   */
html,body {
	font-family: Verdana, Arial;
	font-size: 12px;
}
/*    REMOVE THIS STYLE ON THE CUSTOMER WEBSITE   */




#formwrapper /* usually not needed */
{
	margin: auto;
	padding-bottom: 20px;
	width: 600px;
}

#submit 
{
	margin-top: 10px;
	text-align: center;
}

fieldset 
{
	border: 1px dotted #9C6;
	margin-top: 20px;
	padding: 15px 15px 15px 15px;
}

fieldset legend 
{
	color: #fff;
	background-color: #4F0775;
	font-size: 10px;
	padding: 3px;
}

fieldset label
{
	position: absolute;
}

fieldset div input, fieldset div select
{
	position: absolute;
	border: 1px solid #ccc;
	padding: 2px;
	bottom: 3px;
}

fieldset div
{
	position: relative;
	height: 20px;
}



.members div /* set style for a field set*/
{
	padding: 5px 0px;
	bottom: 5px;
}

.members input, .members select, .members label
{
	position: static;
}

.personal div /* set style for a field set*/
{
	padding: 4px 0px;
}

.personal input, .personal select
{
	left: 115px;
}

.creditcard select, .creditcard label
{
	position: static;
}

.creditcard div /* set style for a field set*/
{
	padding: 5px 0px;;
}

.creditcard input
{
	position: absolute;
	left: 155px;	
}



/* border effect pseudo classes currently only supported by some browsers */
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus 
{
	border-color: #999;
}

textarea 
{
	border: 1px solid #ccc;

}
