@charset "UTF-8";
/* CSS Document */

fieldset {
		margin:1em 0;
		padding:1em;
		width:450px;
		margin-left: 30px;
		border: 1px solid #ccc;
		background: #f8f8f8;
		font-size:.85em;
		line-height:2;
}


legend {
	font-weight:bold;
	cursor:pointer;
}

input {
	width: 275px;
	border:1px solid #363;
	height:1.6em;
}
input:focus {
	border: 2px solid #333;
}
label {
	/*display:block;*/
	cursor:pointer;
	float:left;
	width:10em;
}

form div {
	clear:left;
}

button {
	border:none;
	background:#222;
	cursor:pointer;
	width:200px;
	height:50px;
	border: 1px solid #989898;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		/*background: ;*/
		-moz-box-shadow: 2px 2px 2px #ccc;
		-webkit-box-shadow: 2px 2px 2px #ccc;
		box-shadow: 2px 2px 2px #ccc;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		text-shadow: 1px 1px 1px #666;
}
.required {
	font-size:.75em;
	color: #333;
}

/*-- checkbox styles --*/
fieldset#paymentMethod {
	margin:0;
	padding:0;
	border:none;
	background:transparent;
font-size:.9em;
	
}
/*#paymentMethod h2{
	width:10em;
	float:left;
	font-size:.85em;
	font-weight:normal;
}*/

#paymentMethod .colone{
	width:10.5em;
	float:left;
	clear:none;
	
}
#paymentMethod .coltwo{
	width:275px;
	float:left;
	clear:none;
	padding-right: 30px;
}
#paymentMethod .creditcardchoices {
	padding-left:.5em;
	margin-left:11em;
	border-left:1px solid #363;
}

#paymentMethod label {
	float:none;
	
}
#paymentMethod input.checkbox{
	border:none;
	width:20px;
	/*margin-right:10px;*/
	display:inline;
}
	

