/****** Global Styles *******************************************/

body {
font-family: verdana,arial,sans-serif;
color:#333;
margin:0;
padding:0;
}

input, select, textarea {
font-family: verdana,arial,sans-serif;
font-size: 14px;
color:#333;
}

#content {
	box-shadow: 10px 10px 10px;
/*	border:1px solid black;
*/	border-radius: 25px;
	padding:20px;
	b
	
}

h2 {
	padding: 5px;
}

h3 {
padding:5px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}

li {
padding: 2px 0 2px 20px;
}

button {
cursor:pointer;
cursor:hand;
font-family: verdana,arial,sans-serif;
font-size: 14px;
color:#333;
}

a {
color: #8ec0ba;
}

a:hover {
color: #333333;
}

.formLabel {
	width: 100;
}

.border {
	border: 1px solid black;
	padding: 5px;
}

.radius5px{
	border-radius: 5px;	
}

#register-form {
margin:10px 0 17px 0;
}

.legend-style {
padding-bottom:10px;
}

/****** Form Styles  *******************************************/

/****** Ron Styles *******************************************/
div#content .instructions-box .instructions-box-table {
border-style: none;
padding: 20px;
}

div#content .statusnotice {
border: 1px solid #000000;
background-color: #dadada;
padding:15px;
}

div#content div#adminemailinstructions {
margin-bottom:15px;
padding:10px 20px 11px 20px;
background-color:#dadada;
}

div#content .errormsg {
margin-bottom:15px;
padding:10px 20px 11px 20px;
background-color:rgba(193,56,50,0.85);
color: #FFF;
}

div#content .infomsg {
margin-bottom:15px;
padding:10px 20px 11px 20px;
background-color: #dadada;
}


table, th, td {
	padding: 5px;
	border: 0px;
	border-collapse: collapse;
}

center {
	padding: 5px;
}