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

#infobox form {
position:relative;
}

#button {
position: absolute;
top: 25px;
left: 160px;
}

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

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

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

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

