.width0 { display:none; }
.width5 { width:5%; }
.width10 { width:10%; }
.width15 { width:15%; }
.width20 { width:20%; }
.width25 { width:25%; }
.width30 { width:30%; }
.width33 { width:33%; }
.width35 { width:35%; }
.width40 { width:40%; }
.width45 { width:45%; }
.width50 { width:50%; }
.width55 { width:55%; }
.width60 { width:60%; }
.width65 { width:65%; }
.width66 { width:66%; }
.width70 { width:70%; }
.width75 { width:75%; }
.width80 { width:80%; }
.width85 { width:85%; }
.width90 { width:90%; }
.width95 { width:95%; }
.width100 { width:100%; }

.center_content { margin-left:auto; margin-right:auto; text-align:center; }

.hidden { display:none; }

.smaller_text { font-size:smaller; }

.margin10 { margin:10px; }

.center_text { text-align:center; }

.float_left { float:left; }

.clear_left { clear:left; }

.margin_top0 { margin-top:0px; }

.form_field_row {
	clear:left;
	position:relative;
	width:800px;
	margin:0px;
	padding:0px;
}

.form_area h2, .form_area h3 {
	clear:left;
	position:relative;
	width:350px;
	padding-bottom:15px;
}

.form_field {
	clear:left;
	position:relative;
	width:350px;
	margin:0px;
	padding:0px;
}

.form_field label {
	width:120px;
	float:left;
	height:35px;
}

.form_field input, .form_field textarea, .form_field select {
	width:200px;
	float:left;
}

.text_rich_editor {
	display:block;
	clear:left;
	margin-bottom:10px;
}

.tooltip {
	padding:1px;
	color:#ffffff;
	width:400px;
	height:21px;
	position:absolute;
	left:335px;
	top:0px;
}

.tooltip p {
	background-image:url(/images/tooltip/tooltip.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
	padding-left:15px;
	margin:0px;
	display:none;
	padding-top:1px;
	padding-right:6px;
	width:373px;
}

.error_message {
	color:#ff0000;
	width:80%;
	margin:6px auto;
	padding:3px 3px 3px 25px;
	font-weight:bold;
	border:1px #ff0000 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#ffcccc;
	background-image:url(/images/icons/cancel.png);
	background-repeat:no-repeat;
	background-position:5px;
}

.info_message {
	color:#0000ff;
	width:80%;
	margin:6px auto;
	padding:3px 3px 3px 25px;
	font-weight:bold;
	border:1px #0000ff solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#ccccff;
	background-image:url(/images/icons/accept.png);
	background-repeat:no-repeat;
	background-position:5px;
}