/* form */


/* reset all paddings and margins to zero! needed for this form */

* 
{
	margin:0;
	padding:0;
}

form {
	/* center the form */
	margin: 0 auto;
	font-size:100%;
	font-family: Helvetica, Sans-Serif;
	width:400px;	
}

form fieldset {
	display:block;
	padding:1em;
	margin: 2em auto 0 auto;
	border:1px solid #993099;
	background:#FDFBFF;
}

form input, form optgroup option, form select {
	display: block;	
	float: left;
	margin-bottom: 1.4em;	
}
form optgroup option, form select {
	width:14em;
}
form input.text, form input.password, form input.file {
	border:1px solid #993099;
	background:#fff;
	width: 180px;
}
form optgroup {
	height: 20em;
	width: 14em;
}

.formbutton {
	float:right;
}

.ccv {
	margin:0;
	padding:0;
	position:relative;
	left:325px;
	width:124px;
	font-size: 0.80em;
	
}

form textarea:focus {
	border: 1px solid #cfcfcf;
}

form label {
	clear:left;
	display: block;	
	float: left;
	width: 10em;
	padding-right: 0.5em;
	font-weight: bold;	
	text-align: right;
	color: #993099;	
}

form textarea  {
	width: 341px; 
	height: 15em; 
	border:1px solid #993099;
	background:#fff;
	overflow: auto;
}