/* Site Structure Rules ---------------------------------------*/
html, body, table {
  color: #333;
}

input, select, textarea {
	font-size: 12px;
	padding: 1px;
}


/* General Element Rules --------------------------------------*/


/* Special Visual Modifiers ------------------------------------*/


/* column container --------------------------------------*/
.colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
  width: 100%;			/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	min-width: 790px;
}

/* 1 column full page settings */
.fullpage {
	background: #fff;
}

.fullpage .col1 {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left;
	margin-bottom: 2em;
	background-color: #DEDDD5;
	overflow: hidden;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}


/* Header rules -----------------------------------*/
div#header {
	margin-left: auto;
	margin-right: auto;
}


/* Form Input rules -------------------------------*/
input.text {
	border: 1px solid #999;
}

input.button {
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #EEE;
	padding: 0.1em 0.5em;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

input.button:hover {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #DDD;
}

input#password1, input#password2 {
	width: 200px;
}


/* Various DIV rules -----------------------------------*/
div#col1contents {
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 1em 0 2em 0;
}

div#heading {
	margin: 0.85em auto;
	font-size: 140%;
	font-weight: bold;
	width: 750px;
}

div#passworditems {
	padding-bottom: 1em;
}

div.clear {
	width: 100%;
	height: 2em;
}


/* Strength Meter Rules -----------------------------*/
/* used for password complexity meter */  
/* start width 28 */
div#meter {
	float: right;
	width: 250px;
	text-align: center;
	padding: 0.50em 0;
	margin-top: 0.5em;
}

div#strength {
	height: 75px;
}


/* Error/Sucess/Info Message Rules -----------------------------*/


/* Table Information Rules --------------------------------*/


/* Question/Response Rules -----------------------------*/


/* FOOTER -------------------------------------------------*/


/* LEFT OVER STUFF FROM THE OLD CSS FILE --------------------------*/