/* CSS Document */
/*Styles the disabled text box so that it is readable*/
input[disabled='disabled'] {
  /*background:#FFFFCC;*/
  color:black;
  cursor:default;
  
}

#addcart{
float:left;
}
/*fixes a bug in, what else, IE */
.disabled{
 
 /*background:yellow;*/
 color:blue;
 cursor:default;
}
.copy{
font-weight:bold;
}
.dropdown{
left:auto;
}

h2.config_heading{
font-size:16px;
font-weight:bold;
color:#069;
border-bottom:1px #666 solid;
}

.requestMsg{
-moz-border-radius: 2% 2% 2% 2%;
background-color:#DCEEFF;
width:350px;
text-align:center;
}

.h4_req{
color:#FF0000;
font-weight:bold;
font-size:14px;
}

.config_table{
border-collapse:collapse;
}

ul.processNote{
margin-top:0;
margin-bottom:0;
}

ul.processNote li{
color:#555;
font-size:10px;
font-weight:bold;
}

