body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #1786A2;
}
.topbgx {
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
}
.bodybg {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
}
.titlez, h1 {
	font-size: 24px;
	color: #FFC626;
	font-weight: normal;
	padding-top: 15px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.brdrz {
	border: thin solid #FFC626;
}
.substyle, h2 {
	color: #FFC626;
	font-size: 20px;
	font-weight: normal;
}
.tests {
	font-size: 12px;
	color: #FFC626;
	padding-left: 15px;
}
.musicbg {
	background-image: url(images/magicmusic.png);
	background-repeat: no-repeat;
}
a {
	color: #FFC626;
}
.enrolz {
	color: #FFCCFF;
}
.sidebarz {
	font-size: 11px;
	color: #FFFFFF;
	border: thin solid #FFCC33;
	font-style: italic;
}
table.webform {
	 width: 100%!important;
}
label {
	display:block;
	width:100%;
	height:auto;
	margin-top:15px;
	margin-bottom:3px;
}
.cat_textbox, .cat_dropdown_smaller, .cat_button, .cat_dropdown {
    display: block;
    width: 90%!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 

.cat_listbox {
 	 display: block;
    width: 90%!important;
     padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}