/* FIELDSETS
---------------------------------------- */
.typography fieldset {border: 0;}
.typography fieldset div.field, .typography fieldset p.field, .typography fieldset .FormHeading {clear: both;}

.typography fieldset p.field.checkbox {padding-left: 200px;}
.typography fieldset p.field.checkbox input {margin: 0px 6px 10px 0px; float: left;}
.typography fieldset p.field.checkbox label.right {float: left; text-align: left;}
/* ACTION BUTTONS
---------------------------------------- */
.typography input.action {
	padding: 3px 15px;
	font-size: 12px;
	font-weight: bold;
	background-color: #E61838;
	color: #FFF;
	border: 1px solid #3F271B;
}
.typography input.action:hover,
.typography input.action:focus {
	cursor: pointer;
	background-color: #FF9;
	color:#000;
}
.typography p#ForgotPassword {margin: 10px 0px 0px 200px;}

.typography #form-like-a-link input#action {
	border: none; 
	font-size: 13px;
	line-height: 20px;
	margin: 0px -1px;
	padding: 0px;
	color: #003399;
	background: none;
	cursor: pointer;
	width: auto;
}
.typography #form-like-a-link input#action:hover {
	text-decoration: underline;
}

/* FIELD FORMATING
---------------------------------------- */
.typography form ul {list-style: none;}
.typography .middleColumn {
 	display: block;
 	margin: 0px 0px 15px 0px;
	width: 306px;
	float: left;
}
	.typography #Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	.typography div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.typography .middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.typography .middleColumn .message {margin: 0;}
/* INPUT BOXS
---------------------------------------- */

.typography input.text, .typography textarea, .typography select {
	padding: 7px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 12px;
	width: 300px;
	margin-bottom: 10px;
}
.typography .file input {padding: 7px; border: 1px solid #A7A7A7; color: #000; font-size: 12px;}

.typography textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
.typography input:focus span, .typography textarea:focus span {border: 3px solid #000;}

/* SELECT DROPDOWN
---------------------------------------- */

.typography select {width: 316px;}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 0px;
	font-size: 14px;
	width: 200px;
	font-weight: bold;
	float: left;
}
.typography ul.optionset label {
	font-weight: normal;
}

.typography label.right {display:inline;}

/* CHECKBOXES
---------------------------------------- */
.typography ul.optionset {
	margin: 0;
	overflow: hidden;
}
	.typography ul.optionset li {
		margin: 0px 0px 4px;
		clear: both;
		display: inline-block;
		background: none;
		padding-left: 0px;
	}
		.typography ul.optionset li input {
			float: left;
			margin: 0px 6px 0px 0px;
		}
		.typography ul.optionset li label {
			margin: 0;
		}
	

.actions {border-top: 1px solid #DDD; margin-top: 30px; padding-top: 10px;}	
.formentry h4 {font-szie: 22px; margin-top: 40px;}	
.formentry h4 .legend-desc {color: #666; font-style: italic; font-size: 14px;}	
.typography p.instructions {color: #666; font-style: italic; margin-left: 200px;}