/************************* ADD TO BASKET BUTTON ************************/
#add_to_basket h3 input {
background:none;
display:block;
position:relative;
text-align:center;
color:#FFFFFF;
border:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:0;
padding:0 30px 0 30px;
width:223px;
height:22px;
}
#add_to_basket h3 input#add_to_basket_button {
background:none;
display:block;
position:relative;
background-image: url(../images/add_to_basket.gif);
background-position:0px 0px ;
background-repeat:no-repeat;
text-align:center;
color:#FFFFFF;
border:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:0;
padding:0 30px 0 30px;
width:223px;
height:22px;
}

#add_to_basket h3 input#add_to_basket_button:hover {
background:none;
display:block;
position:relative;
background-image: url(../images/add_to_basket_hover.gif);
background-position:0px 0px ;
background-repeat:no-repeat;
text-align:center;
color:#FFFFFF;
border:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:0;
padding:0 30px 0 30px;
width:223px;
height:22px;
}



/********** SIGN UP BUTTON **************/
#sign_up_button {
background-image: url(../images/sign_up_button.gif);
background-position:0px 0px ;
background-repeat:no-repeat;
text-align:center;
color:#000000;
border:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:0;
padding:0px 30px 0 30px;
width:75px;
height:28px;
line-height:14px
}

.sign_up_button:hover {
background-image: url(../images/sign_up_button_hover.gif);
background-position:0px 0px ;
background-repeat:no-repeat;
text-align:center;
color:#000000;
border:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:0;
padding:0 0px 0 0px;
width:75px;
height:28px;
}

/*******************QUIZ SUBMIT BUTTON***********************/

#submit h3 input {
background:none;
display:block;
position:relative;
text-align:center;
color:#FFFFFF;
border:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:0;
padding:0 30px 0 30px;
width:223px;
height:22px;
}
#submit h3 input#quiz_submit {
background:none;
display:block;
position:relative;
background-image: url(../images/quiz_submit.gif);
background-position:0px 0px ;
background-repeat:no-repeat;
text-align:right;
color:#FFFFFF;
border:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:5px 0 0 0;
padding:0 30px 0 30px;
width:223px;
height:22px;
float:right;
}

#submit h3 input#quiz_submit:hover {
background:none;
display:block;
position:relative;
background-image: url(../images/quiz_submit_hover.gif);
background-position:0px 0px ;
background-repeat:no-repeat;
text-align:right;
color:#FFFFFF;
border:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:5px 0 0 0;
padding:0 30px 0 30px;
width:223px;
height:22px;
}
