/* Start of CMSMS style sheet 'more-info-box' */
#infobox {
width: 475px;
background-color: #6c2c8f;
font-family:Arial, Helvetica, sans-serif;
float: left;
}

#infobox form {
position:relative;
}

#button {
padding: 3px;
}

#main #infobox td h3{
color:#FFFFFF;
margin-bottom: 0;
margin-top: 0;
}

#infobox td p {
padding: 2px 1px 2px 1px;
margin: 0;
font-size: 0.9em;
color: #ffffff;
}

#infobox .input-text {
text-align:left;
color: #6c2c8f;
}

#infobox #button {
float: left;
}
/* End of 'more-info-box' */

