/* Styles for the checkout process */
.float-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	width: 100%;
	margin: 0 0 0 0;
}





#checkout {
	
}

#checkout label,#checkout fieldset {
	
}

#checkout input[type="text"] {
	
}

#checkout fieldset {
	
}

#checkout legend {
	
}

#checkout label {
	
}

#checkout .field {
	
}


#checkout input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial,
		Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
	height: 1.5em;
}


div.main {
	margin: 30px auto;
	width: 440px;
}

div.box {
	border: solid 1px #c6cfe1;
	background: #ebf0f5;
	padding: 10px;
	color: #333333;
	margin-bottom: 20px;
	width: 400px;
}

div.box p {
	padding-bottom: 14px;
}

div.box fieldset {
	display: block;
	margin: 10px;
}

div.box legend {
	font-weight: bold;
}

div.box label {
	width: 100%;
	display: block;
	margin: 10px 0;
	line-height: 1em;
	height: 1.5em;
}

div.box span {
	float: left;
	width: 35%;
	text-align: right;
	display: inline;
	margin-right: 5%;
}
.error-field
{
	float: left;
	width: 35%;
	text-align: right;
	display: inline;
	margin-right: 5%;
	color: red;

}
div.box #country {
	width: 60%;
}



#license_type_per-seat, #license_type_royalty {
	float: left;
	display: inline;
	width: 10px;
}

#radio-label {
	height: 3.2em;
}


.radio span {
	width: 10%;
	float: left;
	display: inline;
	text-align: center;
}
.radio span em
{
	margin-right: 30%;
	line-height: 1em;
}


label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
.submit { margin-left: 12em; }
.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

em { font-weight: bold; padding-right: 1em; margin-bottom: 3px; vertical-align: top; }
.error{
	margin: 0 !important;
	padding: 0 !important;
	height: 1em;
	line-height: 1em;
}
#error-box
{
	width:90%;
	background-color:#FFFFD5;
	padding:10px;
	border:thin solid red;
}
#error-box ul
{
}
#error-box li
{
	color:red;
}

#error-box p
{
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.error-field
{
		float: left;
	width: 35%;
	text-align: right;
	display: inline;
	margin-right: 5%;
	color: red;

}
.spacer{
	margin-left:80px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}

.greenButton {
	
	background: url(/elements/img/btn-download-middle-blank.gif);
	background-color: 9DBF7F;
	padding: 0px !important;
	height: 2em !important;
	width: 12em !important;
	line-height: 1em;
	color: #FFFFFF;
	font-size: 1em;
	margin:0;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	cursor:pointer !important;
	cursor: hand !important;
}
.required-fields{
	margin-bottom: 2px; 
	padding-bottom: 2px; 
	font-style:italic;
}
