@charset "UTF-8";
/* CSS Document */




/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	margin-top: 20px;
	padding: 16px 20px;
}
fieldset legend {
	color:#FF9900;
	font-size: 120%;
	font-weight: bold;
	
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #666;
	
}
form div.required {
	color: #666;
	font-weight: bold;
	letter-spacing:1px;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea, select {
	clear: both;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	font-size:120%;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 120%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	float:right;
	

}


/*   input textarea error */


.form-error{
	border:2px dotted red;
	background:#fff5f5;
}

.error-message{
	display:none;
}




#flashMessage{
	width:10%;
	dislplay:block;
	text-align:center;
	bottom:10px;
	right:10px;
	color:#CC0000;
	position:absolute;
	z-index:10000;
	padding:1%;
	background:url(../img/images/50_percent_white.png);
	border:4px dotted red;
	-moz-box-shadow: rgba(76,60,60,1) 0 4px 18px;
	-webkit-box-shadow: rgba(76,60,60,1) 0 4px 18px;
	-khtml-box-shadow: rgba(76,60,60,1) 0 4px 18px;
	box-shadow:  rgba(76,60,60,1) 0 4px 18px;
	
	}


