@charset "utf-8";
/* Contact Form */
#contactform { float: right; margin: 30px 130px 0 0; text-align:right; }
#contactform input { width:200px; }
#contactform select { width: 213px; }
#contactform input {
	font-size: 110%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 5px 3px 3px 7px;
}
#contactform #message {
margin-top:10px;
}
#message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:380px;
	height:250px;
}
#submitmessage {
width:150px;
text-align:center;
float:none;
margin-left:200px;
}
#message-div { width:100%;
clear:both;
text-align:center;
}
#message { width:450px;
height:100px;
margin: 20px auto 10px auto;
}
div.tick { border:1px solid #ccc; padding:15px; width:430px; margin:20px auto 0 auto; background:#E2F3FC; }

div.tick strong { font-size:20px;  line-height:25px; }


