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

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

.error {
    padding: 2px 0;
    color: #c00;
    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: solid 1px #41331b;
    background-color: #ffffff;
    padding: 1px;
    margin: 10px 0;
    }

.wishlisttable th {
    padding: 4px;
    color: #ffffff;
    background-color: #725a48;
    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: outset 2px;
    width: 150px;
    line-height: 20px;
    background-color: #725a48;
    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: #725a48;
    font-size: 10px;
    border: outset 2px;
    color: #ffffff;
    margin: 1px;
    padding: 1px;
	cursor:hand;
    }

.login {}

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

.login-form {
    border: solid 1px #fe7ba9;
    width: 300px;
    background-color: #f9cbdf;
    padding: 4px;
    }

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

.register-form {
    text-align: left;
    border: solid 1px #fe7ba9;
    width: 450px;
    background-color: #f9cbdf;
    padding: 4px;
    }

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

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

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

.emailform {
    background-color: #FFFFFF;
    width: 95%;
    }

.emailpop { background-color: #ffffff; text-align: center; width: 95%; margin: 10px 8px 10px 14px; border: solid 2px #41331b; }