input.text {
	border: 1px solid #a6b6d9;
	/*background-color: #f5f5f5 !important;*/
	padding: 3px;
	margin: 5px;
	font-size: 11px;
}

input#headerPasswordField {
	/*background-image: url(../images/shop/passwordBG.gif);*/
	background-repeat: no-repeat;
}

textarea {
	border: 1px solid #a6b6d9;
	background: #f5f5f5;
	padding: 3px;
	margin: 5px;
	line-height: 18px;
	font-size: 11px;
	font-family: Verdana;
	width: 200px;
	height: 300px;
}

input.checkbox{
	padding: 5px;
	margin: 5px;
}

/*input.radio {
	padding: 5px;
	margin: 5px;
	position: relative;
	top: 7px;
}*/  /* causing "disappearing" error in IE6 */

select {
	padding: 3px;
	margin: 5px;
	border: 1px solid #a6b6d9;
	font-size: 11px;
	background-color: #f5f5f5 !important;
}

select#expiration_month {
	width: 50px;
}

select#expiration_year {
	width: 100px;
}

select#birth_date_year {
	width: 70px;
}

select#birth_date_day {
	width: 50px;
}

input.password {
	padding: 3px;
	margin: 5px;
	border: 1px solid #a6b6d9;
	background-color: #f5f5f5;
}

input.submit {
	margin: 5px;
	position: relative;
	top: 17px;
    #top:2px;
	border: 0px;
    right:5px; 
}
input.search {
	margin: 5px;
	position: relative;
	top: 15px;
    #top:8px;
	border: 0px;
    right:5px; 
}
input#password, input#userid {
	width: 119px;
}

input {
	padding: 3px;
	margin: 5px;
	border: 1px solid #a6b6d9;
	font-size: 11px;
}
input[type='submit']{
background:url(../images/shop/button-bg.gif) repeat-x;
color:#FFFFFF;
height:23px;
cursor:pointer;
font-size:8pt;
padding:3px;
border:0px;
font-weight:bold;
}
table.adminAdd td:first-child {
	text-align: right;
	vertical-align: top;
}
