/* CSS Document */

/* removing the .form seems to make the fields more manageable...try this in ie and see */

label, div.lic, textarea, input, select, div.preview, div.value{
	width: 311px;
	margin-right: 6px;
	height:15px;
	/* for 11px verdana, padding:2px is right.
	For 12px arial, on mac FF, padding-top
	should be 3px and height 14px */
	line-height:15px;
	background-color:white;
	border: 1px solid #818386;
	overflow: hidden;
	font-size:12px;
	/* this is supposed to be 11 but 12
	is the only size that makes select
	maintain the grid */
	color:black;
	padding:2px;
	/* for 11px verdana, padding:2px is right.
	For 12px arial, on mac FF, text looks 1px 
	too high in box. it looks right in ie7 
	win and ff win, so forget it */
	font-family:Arial, Verdana, Helvetica, sans-serif;
	/* this is supposed to be verdana, 
	but with 12px, Arial looks better */
	float:left;
	text-align: left;
	margin-top:6px;
	}
label, div.preview{
	border:0px solid white;
	text-align: right;
	width:170px;
	clear:left;
	background-color: transparent;
	}
div.explanation{
	float:left;
	height:auto;
	width:317px;
	border:0px solid white;
	text-align:center!important;
	margin-left:170px;
	background-color:transparent;
	}
select{
	height:21px;/* this */
	padding:1px;
	cursor: pointer;
	width:317px
	}
select option selected{
	color:red
	}
textarea {
	height:90px;
	}
#formside .button  {
	clear:both;
	display:block;
	margin-top:24px;
	margin-bottom:24px;
	float:none;
	width:100px;
	text-align:center;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid gray;
	background-image:url(../images/button.gif);
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-position:center;
	color:black 
	}
#formside .button:hover {
	border:1px solid red;
	color:black;
	cursor: pointer
	}
#error table {
	margin-left:12px;
	margin-top:12px;
	padding-left:12px
	}
#error table li {
	font-size: 14px;
	line-height: normal;
	}
input.check{
	display:inline;
	width:12px;
	float:none;margin:0px;
	padding:0px;
	margin-right:3px;
	height:auto;
	border:0px solid white
	}
div.lic {
	border:0px solid white;
	background-color: transparent;
	text-align: center
	}