.abutton {
	background-color: #000000;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	curser:hand;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	border: 2px solid #F93DA8;
    }
.field {
    font-weight: bold;
    }

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

.error {
	padding: 2px 0px;
	color: #F93DA8;
	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: #F93DA8;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
    }

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

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

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

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

.wishlistbackbutton a {
	display: block;
	border: 2px solid #F93DA8;
	width: 150px;
	line-height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
    }

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

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

.wishlistbackbutton a:hover {
	color: #F93DA8;
	text-align: center;
	font-weight: bold;
    }

.wbutton {
	background-color: #000000;
	font-size: 10px;
	border: 2px solid #F93DA8;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	cursor:hand;
	font-weight: bold;
    }

.login {}

.login h1 {
	font-size: 16pt;
	font-weight: bold;
    }

.login-form {
	border: 1px dashed #000000;
	width: 260px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
    }

.register-form {
	text-align: left;
	border: 1px dashed #000000;
	width: 425px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
    }

.register h1 {
	font-size: 16pt;
	font-weight: bold;
    }

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

.emailpop h1 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #F93DA8;
    }

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

.emailpop {
	background-color: #FFFFFF;
	width: 95%;
	border: 3px solid #F93DA8;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-position: center top;
	text-align: center;
    }

