/**********************
forms
***********************/
h1.success { 
	font-size: 2em;
	color:#004a91 !important;
	background:#fff;
	text-align:center;
}

p.success {
	display:block;
	color:#333 !important;
	text-align:center;
}

fieldset {
	display:block;
	margin:0 auto 0 auto;
	border:1px solid #C1C8CF;
}

fieldset#form_contact {
	margin-top:10px;
}

legend {
	color:#004a91;
	background:#fff;
	font-size: 14px; 
	font-weight:bold;
	padding:0 5px 0 5px;
	margin:0 0 0 20px;
}
input, textarea, select {
	color:#5c758d;
	background:#f8f8f8;
	border:1px solid #8493A1;
	padding:2px;
	width:210px;
}

input.checkbox {
	width: 16px;
	height: 16px;
	border:none;
}
input.checkbox:focus {
	outline:none;
}

textarea {height:100px;}
select {
	width:216px;
	padding:0;
}

input:focus, textarea:focus, select:focus {
	color:#333;
	background:#fff;
}

ul.form {
	list-style: none;
	display:block;
	width:480px;
	margin:0 auto 0 auto;
	padding:0;
}
fieldset#form_contact ul.form {
	margin-top:20px;
}
ul.form li {
	line-height:28px;
	margin:0;
	padding:0 0 5px 0;
	clear:both;
	background:none;
}
ul.form li.button {
	text-align:right;
	padding-right:93px;
}

label {
	display:block;
	float:left;
	width:160px;
	margin:0 10px 0 0;
	text-align:right;
	white-space:nowrap;
}

span.error {
	display:block;
	clear:both;
	color:#333;
	font-weight:bold;
	padding:2px;
	margin:0 0 6px 170px;
	width:210px;
	line-height:12px;
}


button {
	border:none;
	cursor:pointer;
	outline:none;
	margin:5px 0 5px 0;
}
button.send, button.next {
	width:67px;
	height:29px;
	background-color:#fff;
	background-repeat: no-repeat;
}
button.send {background-image:url(../img/button_send.png);}
button.next {
	float:right;
	margin:5px;
	background-image:url(../img/button_next.png);
}

img.stepimg, div#step1imgwlink, div#step2imgwlink {
	margin:5px 0 20px 185px;
}
div#step1imgwlink, div#step2imgwlink {
	display:block;
	width:485px;
	height:35px;
	background-repeat: no-repeat;
}

div#step1imgwlink {background-image:url(../img/form_msh_step1.png);}
div#step2imgwlink {background-image:url(../img/form_msh_step2.png);}

div#step1imgwlink a, div#step2imgwlink a {
	display:block;
	width:160px;
	height:35px;
}
div#step1imgwlink a {
	margin-left:167px;
}










