/* CSS Document */

#form
	{
	width: 320px;
	}
.formelements
	{
		text-align: left;
	}
fieldset
	{
	text-align: left;
	padding: 5px;
	}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	width: 50px;
	float: left;
	margin-bottom: 5px;
}
input.submit {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 110px;
	margin-bottom: 5px;
	float: left;
	margin-left: 72px;
	border: 1px solid #ccc;
	font-variant: small-caps;
	background: #FFF;
}
.send {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 60px;
	margin: 5px 5px 5px 0;
	float: right;
	border: 1px solid #ccc;
	font-variant: small-caps;
	background: #FFF;
}
.update {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 110px;
	margin-bottom: 2px;
	float: left;
	margin-right: 2px;
	border: 1px solid #ccc;
	font-variant: small-caps;
	background: #FFF;
}
.continue {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 140px;
	margin-bottom: 2px;
	float: right;
	margin-right: 2px;
	border: 1px solid #ccc;
	font-variant: small-caps;
	background: #FFF;
}
.confirm {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 70px;
	margin-bottom: 2px;
	float: right;
	margin-right: 33px;
	border: 1px solid #ccc;
	font-variant: small-caps;
	background: #FFF;
}
label {
	padding-top: 3px;
	text-align: right;
	width: 180px;
	padding-right: 4px;
}
INPUT.radio
{
	text-align: left;
    COLOR:#000000;
	width: 50px;
    FONT-FAMILY : 'Verdana';
    FONT-SIZE : 85%;
}
INPUT,SELECT
{
	text-align: left;
    COLOR:#000000;
	width: 180px;
    FONT-FAMILY : 'Verdana';
    FONT-SIZE : 85%;
}

TEXTAREA
{
    COLOR:#000000;
	width: 220px;
    FONT-FAMILY : 'Verdana';
    FONT-SIZE : 85%;
}
.price
	{
	font-size: 12px;
	font-weight: bold;
	}