 
 body
	{
	font-family: Arial;
	font-size: 12px;
	}

 #mail-form
	{
	margin: 20px 0px;
	text-align: left;
	}

 #mail-title
	{
	font-weight: bold;
	}

 #mail-form .block
	{
	margin: 8px 0px;
	vertical-align: top;
	}

 #mail-form .label
	{
	display: inline-block;
	width: 120px;
	margin-right: 15px;
	font-weight: bold;
	}

 #mail-form .label2
	{
	margin-left: 5px;
	font-weight: bold;
	}

 #mail-form .field
	{
	padding: 3px 5px;
	border: 1px solid #cccccc;
	color: #444444;
	border-radius: 3px;
	}

 #mail-form .textarea
	{
	margin-top: 10px;
	}

 #mail-form .field.failed
	{
	border: 1px solid #ff5555;
	color: #ff4444;
	}

 #mail-form .unit
	{
	padding-left: 5px;
	}

 #mail-form mark
	{
	margin-left: 2px;
	background: none;
	font-family: 'Times New Roman';
	color: red;
	}

 #mail-form .error
	{
	margin-left: 5px;
	padding: 5px 10px;
	color: red;
	opacity: 0;
	background-color: RGBA(255, 0, 0, 0.05);
	border-radius: 4px;
	box-shadow: 2px 2px 2px #bbbbbb;
	-webkit-transition: opacity 400ms linear;
	}

 #mail-form .error.active
	{
	opacity: 1;
	}

 #mail-form .option
	{
	padding-right: 12px;
	}

 #mail-form .option span
	{
	padding-left: 2px;
	}

 #mail-form .submit
	{
	margin-top: 10px;
	width: 101px;
	height: 28px;
	border: none;
	background: none;
	background-image: url('images/bigbtn.jpg');
	background-repeat: no-repeat;
	color: black;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}

 #mail-form .submit:hover
	{
	background-image: url('images/bigbtn-hover.jpg');
	}

 #mail-form .submit:active
	{
	background-image: url('images/bigbtn-active.jpg');
	}
