/* Code modified from Original - 12/10/2009 */

#wc_options .titledesc { /* This is for the description i.e. Change Stylesheet */
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.2em;
    float: left;
    width: 150px;
    margin-right: 10px;
}

#wc_options .formcontainer { /* This is for the whole block i.e Change Stylesheet, list for styles and description */
    float: left;
}

#wc_options .forminp { /* This helps control the form */
    valign: middle !important;
    float: left;
}

#wc_options .forminp select { /* This is for the form box i.e list of style sheets */
	padding: 0 0 0 4px; width: 280px;
} 

#wc_options .happy { /* This is for the text in the green box when updated */
	border: 1px solid #9BBF65;
	color: #060;
	font-weight: bold;
	width:680px;
	background-color: #66CC66;
}
#wc_options .info, #wc_options .happy, #wc_options .errors, #wc_options .warning { /* This is for the box around the text when updated. */
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
    padding: 15px 20px 15px 10px;
}

#wc_options .desc { /* This is for the heading notes i.e. Daily Fusion alternate color design. */
    font-size: 10px;
    margin-left: 320px;
    width: 200px;
    color: #999;
    display: block;
}