@CHARSET "UTF-8";

dt {
	padding: 0 0 2px 0;
}

dd {
    padding: 0 0 10px 0px;
    margin: 0;
}

dt label {
	font-weight: bold;
	font-size: 12px;
	float:left;
	line-height:27px;

}

ul.errors {
	padding: 5px 0 5px 25px;
	color: #ff0000;
}

#register {
	width:400px;
}

#register tbody tr td {
	vertical-align: top;
}

#register tbody tr td dt label {
	display:block;
	float:none;
	line-height:12px;
}


fieldset {
    border: solid 1px #C0C0C0;
}

legend {
	font-size:13px;
	font-weight:normal;
	color: #639BBF;
	font-style:italic;
	margin-left:10px;
}

#creditCard-element {
    margin-left:0;
    padding-left:0;

}


#billTo-element fieldset dl dd input, #creditCard-element fieldset dl dd input, #shipTo-element fieldset dl dd input {
    width:150px;
    }

#billTo-element fieldset dl dt label, #creditCard-element fieldset dl dt label, #shipTo-element fieldset dl dt label {
    width:100px;
    padding-left: 10px;
    float:left;
    }
    
#creditCard-element fieldset dl dt label {
    width:125px;
}    

#billTo-element fieldset dl dd, #creditCard-element fieldset dl dd, #shipTo-element fieldset dl dd {
    padding-right: 10px;
    margin-left:10px;
}

#sameAsBilling-element, #sameAsBilling-label {
	float: left;
	margin-bottom: 25px;
}