form.srcform fieldset { 
	margin-bottom: 10px;
	width: 99%;
	overflow: hidden;
}
	
form.srcform legend {
	padding: 0 2px;
	font-weight: bold;
	color: #333;
	font-size: 1.3em
}

form.srcform #contact fieldset legend {
	color: #004A33 !important;
}
	
form.srcform label {
	float: left;
	width: 120px;
	text-align: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}
	
form.srcform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.srcform fieldset li {
	list-style: none;
	float: left;
	width: 100%;
}

form.srcform fieldset li.email {
	margin-left: 130px;
	width: 390px;
	padding: 10px;
	overflow: auto;
	background: #fff;
	display: inline;
}

	form.srcform fieldset li.email p textarea {
		margin: 10px 0 0 0 !important;
		float: left;
	}

form.srcform fieldset li small {
	clear: both
	
}
	
form.srcform fieldset fieldset {
	border: none;
	margin: 0;
}

form.srcform fieldset fieldset legend {
	padding: 0;
	font-weight: normal;
	margin: 0;
}
	
form.srcform fieldset fieldset label {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	margin-left: 123px;
}

form.srcform fieldset fieldset label input {
	border: 0;
	width: auto;
	margin: 0;
	background: none;
	border:1px soid #333;
	height: 18px;
}

form.srcform em {
	font-weight: bold;
	font-style: normal;
	color: #900;
	padding-left: 5px;
}


/* customization */
#contact{
	width:100%;
}
#splash #contentGroup #content .srcform select{
	float:left;
	clear: both;
	width: 100%;
}

input.yes, input.no{
	padding:5px;
	background: #182D1F;
	border: 1px solid #182D1F;
	color:#fff;
	cursor: pointer;
	font-size:1.1em;
}
input.yes:hover, input.no:hover{
	background: #2B5238;
	border: 1px solid #738318;
}
.errorList {
	float: left;
	width: 500px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #900;
	font-weight: bold;
	font-size: 1.1em;
	background: #F1E3E3 url(/img/template/icon-error-lg.png) no-repeat 10px 10px;
}

	.errorList li {
		color: #900;
		font-weight: bold;
		margin: 0;
		list-style: none;
	}

form.srcform fieldset {
	border: none;
}

form.srcform fieldset li {
	padding: 4px 0;
	margin: 0;
}

form.srcform textarea, form.srcform select {
	border: 1px solid #6F7B6A;
	margin: 0;
	background: #fff url(/img/template/bg-input.png) repeat-x top;
	padding: 2px;
	width: 180px;
}
.fields {
	border: 1px solid #6F7B6A !important;
	padding: 4px !important
}

#contact textarea,#contact select,#contact input{
	width: 100% !important;
	border:1px solid #6F7B6A !important
}


input.error, select.error, textarea.error {
	border: 1px solid #900;
	margin: 0;
	background: #FCF7F7;
	padding: 2px;
	/*
	width: 250px;
	url(/img/template/bg-input-error.png) repeat-x top
	*/
}

.button, input[type="checkbox"],  input[type="button"], input[type="radio"], input[type="image"] {
	padding: 0;
	background: none;
	border: none;
	width: auto;
}

input.button-img {
	border: 0 !important;
	width: auto !important;
	background: none !important;
}

fieldset.button {
	float: left;
	padding-top: 10px;
	padding-left: 130px !important;
}


/* list of addresses in checkout */
.addressList {
    list-style: none;
    width: 98%;
    float: left;
}

.addressList li { 
	margin: -1px -1px 0 0; 
	padding: 0; 
	float: left;
	border: 1px solid #BAC5FE;
	width: 260px;
	position: relative;
	z-index:20;
	height: 170px;
}

	.address_book .addressList li {
		height: 170px;
	}

.addressList label, .addressList .label {
    display: block;
    border: 1px solid #fff;
    padding: 10px 10px 10px 30px !important;
    background: #F5F5FC;
    color: #000;
   	height: 148px;
    margin: 0 !important;
	width: 218px !important;
	text-align: left !important;
	font-size: 0.9em !important;
}

.addressList label a {
	color: #000;
}

.addressList label input {
	margin: 0 10px -5px -25px !important;
}

.addressList label:hover { 
	background: #BAC5FE; 
	color: #182C6D; 
}

.addressList label:hover a {
	color: #182C6D;
}


/*\*//*/ form.srcform legend { display: inline-block; } /* IE Mac legend fix */