body{
	font-size: 10px;
	font-family: arial;	
	}

a {
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

p.errorBox{
	font-size: 16px;
	color: #ff2222;
	border: 1px solid #000000;
	background: #ffffcc;
	width: 400px;
	padding: 3px 10px 3px 10px;
	text-align: center;
}

div.spell_list{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
	}

	div.spell_list h3{
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 2px;
		margin-top: 10px;
		}



div.spellName{
	padding-left: 8px;
	}
	
div.spellName_specialty{
	}

fieldset.spellform{
	width: 450px;
	}

fieldset label {
	float: left;
	height: 16px;
	text-align: right;
	vertical-align: top;
	margin-right: 3px;
	margin-bottom: 2px;
	font-weight: bold;
	}
	fieldset label.linebreak {
		display: block;
		clear: both;
		width: 120px;
		}
	fieldset label.nolinebreak {
		clear: none;
		}
fieldset input { 
	float: left;
	width: 120px;
	height: 13px;
	margin-bottom: 2px;
	margin-right: 3px;
	font-family: arial;
	font-size: 10px;
	}
fieldset input.checkbox { 
	float: left;
	width: 12px;
	height: 12px;
	margin-bottom: 4px;
	margin-right: 12px;
	font-family: arial;
	font-size: 10px;
	}

fieldset select {
	float: left;
	width:120px;
	height: 16px;
	font-family: arial;
	font-size: 10px;
	}

fieldset input.submitButton { 
	float: left;
	clear: both;
	width: 160px;
	height: 19px;
	font-size: 10px;
	}

fieldset textarea {
	float: left;
	width: 240px;
	height: 100px;
	font-size: 11px;
	font-family: arial;
	}

div.spellDisplay{
	width: 350px;
	font-size: 11px;
	margin-bottom: 10px;}

	div.spellDisplay h4{
		font-size: 13px; font-weight: bold; margin-bottom: 3px;} 
	div.spellDisplay span.sd_school{ font-size: 12px;}
	div.spellDisplay span.sd_descriptors{ font-size: 12px; font-style: italic;}
	div.spellDisplay span.sd_label{ font-weight: bold;}
	div.spellDisplay div.sd_desc{ margin-top: 8px;}
		div.spellDisplay div.sd_desc br {line-height: 6px;}



div.spellEdit{
	width: 400px;
}


div.spell_column{
	float: left;
	width: 200px;
	}


/* ------ printable page --------- */

span.p_title{
	font-size: 13px;
	font-weight: bold;	
	}

div.p_spell_list{
	clear: both;
	padding-top: 9px;
	padding-bottom: 3px;
	width: 722px;
	}
	div.p_spell_list p{padding: 0; margin: 0; float: left; clear: left; width: 100%;}

	div.p_spell_list span.sp_header{
		font-size: 12px;
		font-weight: bold;
		
		}

div.p_spell_column{
	margin-top: 2px;
	float: left;
	width: 180px;
	}


div.p_spellName{
	padding-left: 8px;
	}
div.p_spellName_specialty{
	}