/* @override http://www.4di.com.au/formz/data/form_3/css/view.css */

#form_3.appnitro {
	width: 150px;
	color: #636363;
	font: 9px Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
}

#form_3.appnitro .form_description {
	display: none;
}

#form_3.appnitro ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 150px;
}

#form_3.appnitro .textarea.small {
	width: 250px;
	height: 70px;
}

#form_3.appnitro .element.text {
	height: 10px;
}

#form_3.appnitro .element.text.small {
	width: 25px;
}

#form_3.appnitro input#saveForm.button_text
{
	background-color: #467fc0;
	padding: 2px 5px;
	display: block;
	width: 60px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-style: solid;
	border-top-color: #e3e3e3;
	border-top-width: 1px;
	border-left-color: #e3e3e3;
	border-left-width: 1px;
	border-right-color: #cdcdcd;
	border-right-width: 2px;
	border-bottom-color: #cdcdcd;
	border-bottom-width: 2px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 0;
	margin-left: 80px;
	font-size: 9px;
	height: 18px;
}

#form_3.appnitro input#saveForm.button_text:hover {
	background-color: #024088;
}

#form_3.appnitro .element.select.medium {
	width: 95%;
}

/* My Comment */

#form_container h1 {
	display: none;
}

#form_container #footer {
	display: none;
}

.required {
	color: #f81f17;
}

/**** Guidelines and Error Highlight ****/
#form_3.appnitro li.highlighted
{
	background-color:#fff7c0;
}

#form_3.appnitro .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left: 100%;
	line-height:130%;
	margin:0 0 0 8px !important;
	padding:8px 10px 9px;
	position: absolute;
	top: 0;
	visibility: visible;
	width:42%;
	z-index:1000;
}

#form_3.appnitro .guidelines small
{
	font-size:105%;
}

#form_3.appnitro li.highlighted .guidelines
{
	visibility:visible;
}

#form_3.appnitro li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}

img#top {
	display: none;
}

img#bottom	 {
	display: none;
}

#error_message h3 {
	margin-bottom: 0;
	font-size: 10px;
	color: #f81423;
	margin-top: 0;
}

#error_message_desc {
	font-size: 9px;
	margin-top: 0;
}

#error_message_desc strong {
	color: #f81419;
}

#form_3.appnitro #li_4.error .textarea.small {
	height: 50px;
	width: 25px;
}

p.error {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	display: none;
}

.error label.description	 {
	font-weight: bold;
	font-style: italic;
	color: #f81b19;
}

.error .element.text.medium {
	margin-bottom: 0;
	background-color: #fcc8c0;
	border-color: #f80916;
}

.error .element.text.small {
	width: 25px;
	background-color: #fcc8c0;
	border-color: #f80916;
	height: 10px;
}

.error .element.select.medium {
	background-color: #fcc8c0;
	overflow: visible;
}