/* FORM FIELD STYLING */

fieldset{
	margin: 0 0 0 0;
	padding: 15px;
	-moz-border-radius: 6px; border-radius: px;
	/*   border:#333333 solid 2px;   */
}

fieldset#footer {
	margin: 0 0 0 0;
	padding: 15px;
	-moz-border-radius: 6px; border-radius: px;
	/*   border:#333333 solid 2px;   */
}

div.header {
	display:block;
	width:100%;
	height:175px;
}

div#footer {
	margin-top:10px;
	display:block;
	width:100%;
	height:25px;
	font-size:1.4em;
	color:#5f83ae;
}

span {
	font-family:"Franklin Gothic Book", "Franklin Gothic Demi", Arial;
}

fieldset a {
	color:#5f83ae;
	text-decoration:none;
}
fieldset visited {
	color:#5f83ae;
	text-decoration:none;
}

fieldset hover {
	color:#77ad19;
	text-decoration:underline;
}

fieldset ol {
	padding: 0px 0px 0 0px;
	list-style: none;
}

fieldset li {
	position:relative;
	padding-bottom:1em;
}

span#orange_title {
	color:#ea7125;
	font-family:"Franklin Gothic Book", "Franklin Gothic Demi", Arial;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}

legend {
	margin-left:0.4em;
	font-family:"Franklin Gothic Book", "Franklin Gothic Demi", Arial;
	font-size:1.6em;
	padding:5px;
	color:#5f83ae;
	text-transform:uppercase;
	font-weight:bold;
	background:#fbfbfb;
	-moz-border-radius: 4px; border-radius: px;
	/*   border:#000000 solid 2px;   */
}

label {
	position:relative;
	clear:left;
	float:left;
	width:15em;
	margin-right:5px;
	text-align:right;
	line-height:1.4em;
	padding-right: 30px;
}

input {
	margin:5px;
	font-size:1em;
	border:1px solid #517da7;
	color:#333333;
	background:#d5e9fb;
	float:left;
}
textarea {
	margin:5px;
	padding:1px;
	font-size:1em;
	border:1px solid #517da7;
	color:#333333;
	background:#d5e9fb;
	float:left;
}

.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

select {
	margin:5px;
	font-size:1em;
	border:1px solid #517da7;
	color:333333;
	background:#d5e9fb;
	float:left;
}

input.radio {
	border:	none;
	background:transparent;
}

label span {
	position: absolute;
	left: -10000px;
	top: 0px;
}

label.required {
	margin-top:8px;
	background:transparent url(../images/required.jpg) no-repeat center right;
}

p span.required {
	display:inline-block;
	vertical-align:middle;
	width:25px;
	text-indent:-10000px;
	overflow:hidden;
	background:transparent url(../images/required.jpg) no-repeat center right;
}

fieldset#submitform {
	background-image:none;
	border-style:none;
}

#content {
	position:			relative;
	width:				650px;
	margin:				0 auto;
	padding:			0;
}
#content form {
	margin-left:		10px;
	margin-right:		10px;
}
/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 600px;
	text-align: center;
	border: 1px solid #333333;
	background-color: #d5e9fb;
}

.MsgSent h1 {
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#333333;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('../images/top_left.png') no-repeat;
	_background : url('../images/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('../images/top.png') repeat-x;
	height : 17px;
	_background : url('../images/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('../images/top_right.png') no-repeat;
	_background : url('../images/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('../images/left.png') repeat-y;
	width : 17px;
	_background : url('../images/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('../images/right.png') repeat-y;
	width : 22px;
	_background : url('../images/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../images/bottom_left.png');
	_background : url('../images/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('../images/mark.png') no-repeat;
	height : 36px;
	_background : url('../images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../images/bottom_right.png');
	_background : url('../images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('../images/error.png') no-repeat;
	_background : url('../images/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family:"myriad Pro", "Myriad Pro Cond", verdana, arial;
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}