form {
	margin: 0;
	padding: 0;
    }

fieldset {
    background-color: #efefef;
    border: 1px solid #888;
    padding: 22px;
    }

fieldset ul {
	list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    }

fieldset ul li {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    }
    
legend {
	background: transparent;
	font-size: 14px;
    font-weight: bold;
    margin: 0;
    }
    

textarea {
    overflow: auto;
    }
textarea.comments {
    height: 100px;
    width: 358px;
    }
select {
    width: 180px; /* may need to adjust */
    }
    
option {
    padding-left: 8px;
    }
    
label {
    font-weight: normal;
    }
    
/* MISC FORM ELEMENTS */

.inputHint {
	color: #f00;
	font-size: 11px;
	}

input.check, input.radio {
	border: none;
	height: auto;
	margin: 10;
	vertical-align: middle;
	width: auto;
	}

input.firstName, input.lastName, input.email, input.password, input.city, input.address,
input.ccName, input.ccNumber {
    width: 180px;
    }

input.areaCode {
    width: 24px;
    }
input.phone {
    width: 130px;
    }
input.postalCode {
    width: 100px;
    }
input.ccCode {
    width: 30px;
    }
select.country, select.province {
	color: #444;
    width: 180px;
    }
select.dob {
    width: 80px;
    }
select.month, select.year {
    width: 80px;
    }

radio {
	vertical-align: middle;
	}    

checkbox {
	background-color: #f00;
	vertical-align: middle;
	}

input.readonly {
	background-color: transparent;
	border: none;
    }

input.button {
    margin-left: 8px;
    }

