.abutton {
    background-color: #006699;
    font-size: 10px;
    border: 2px outset;
    color: #FFFFFF;
    margin: 1px;
    padding: 1px;
	curser:hand;
    }
.field {
    font-weight: bold;
    }

.field-req {
    color: #000000;
    font-weight: bold;
    }

.error {
    padding: 2px 0px;
    color: #FF0000;
    font-weight: bold;
    }

.wlistpage {
    text-align: center;
    }

.wlistpage h3 {
    text-align: center;
    font-size: 12pt;
    margin: 4px;
    }

.wlistpage h4 {
    text-align: center;
    font-size: 10pt;
    color: #CC0000;
    font-style: italic;
    margin: 0px 0px 10px 0px;
    }

.wishlisttable {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 1px;
    margin: 10px 0px 10px 0px;
    }

.wishlisttable th {
    padding: 4px;
    color: #FFFFFF;
    background-color: #006699;
    border-bottom: 1px solid;
    }

.wishlisttable td {
    padding: 2px;
    }
	
.row0 {
    padding: 3px;
    border: 0px;
    font-size: 12px;
    font-weight: bold;
    background-color: #ECEFF3;
    }

.row1 {
    padding: 3px;
    border: 0px;
    font-size: 12px;
    font-weight: bold;
    }	

.wishlistbackbutton a {
    display: block;
    border: 2px outset;
    width: 150px;
    line-height: 20px;
    background-color: #006699;
    color: #FFFFFF;
    text-align: center;
    }

.wishlistbackbutton a:link {
    color: #FFFFFF;
    text-align: center;
    }

.wishlistbackbutton a:visited {
    color: #FFFFFF;
    text-align: center;
    }

.wishlistbackbutton a:hover {
    color: #FFFFFF;
    text-align: center;
    }

.wbutton {
    background-color: #006699;
    font-size: 10px;
    border: 2px outset;
    color: #FFFFFF;
    margin: 1px;
    padding: 1px;
	cursor:hand;
    }

.login {}

.login h1 {
    font-size: 18px;
    font-weight: bold;
    }

.login-form {
    border: 1px solid #000000;
    width: 300px;
    background-color: #042240;
    padding: 4px;
	color:#FFFFFF;
    }

.login h1 {
    font-size: 18px;
    font-weight: bold;
    }

.register-form {
    text-align: left;
    border: 1px solid #000000;
    width: 450px;
    background-color: #042240;
    padding: 4px;
	color:#FFFFFF;
    }
.register-form td{
	color:#FFFFFF;
    }
.register h1 {
    font-size: 18px;
    font-weight: bold;
    }

.register {
    margin-left: 40px;
	color:#FFFFFF;
    }
	
.emailpop div {
    padding: 10px;
    }

.emailpop h1 {
    font-size: 14pt;
    font-weight: bold;
    margin: 0px;
    text-align: center;
    }

.emailform {
    background-color: #FFFFFF;
    width: 95%;
    }
.email-form {color:#000000;}
.emailpop h1{color:#000000;}
.emailpop p{color:#000000; text-align:center;}
.emailpop {
    background-color: #FFFFFF;
    width: 95%;
    margin: 10px 8px 10px 14px;
    border: 1px solid #000000;
    }
.message {font-size:10pt; font-weight:bold; color:#993300; text-align:center;}	
.message a:link{font-size:10pt; font-weight:bold; color:#993300; text-align:center;}	
.message a:hover{font-size:10pt; font-weight:bold; color:#000000; text-align:center;}	
.message a:visited{font-size:10pt; font-weight:bold; color:#993300; text-align:center;}	

#advanced-search { 
    text-align: left;
    border: 1px solid #000000;
    background-color: #042240;
    padding: 4px;
	color:#FFFFFF;
}

@media only screen and ( max-width: 480px ) {
	#advanced-search th { display: block; }
	#advanced-search td { display: block; }
	#catselect { width: 300px; }
}