@charset "UTF-8";
/* CSS Document */

/* SUBSCRIBE FORM */
.subscribe INPUT,TEXTAREA { 	
font-family: Arial,Helvetica,sans-serif; 
 font-size: small; 
 width: 200px;}
 
 
.subscribe fieldset {
	font-family: Arial,Helvetica,sans-serif;
font-size: x-small;
float: left;
clear: left;
/*width: 100%;*/
margin: 0 0 1.5em 0;
padding: 0;
border-style: none;
}
.subscribe fieldset ol {
padding: 1em 1em 0 1em;
list-style: none;
}
.subscribe fieldset li {
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
.subscribe fieldset.submit {
float: none;
width: auto;
border: 0 none #FFF;
padding-left: 12em;
background-color: transparent;
}

.subscribe .button {
  width: 168px;
  height:27px;
  background: url('opaque_design_images/button_subscribe.gif') no-repeat top left;
  border: 0;
}

.subscribe .button:hover {
  width: 168px;
  height:27px;
  background: url('opaque_design_images/button_subscribe_over.gif') no-repeat top left;
  border: 0;
}


/* FORM END*/