form {
	margin: 10px 0 0 0;
}
	form label {
		display: block;
		margin-bottom: 2px;
	}
	form input {
		width: 200px;
		margin-bottom: 5px;
	}
	form input#frm-subject {
		width: 590px;
	}
	form textarea {
		width: 590px;
		height: 200px;
	}
	form div {
		text-align: right;
	}
	form input.button {
		width: 60px;
		margin-top: 10px;
		background-color: #149bc0;
		font-weight: bold;
		color: #fff;
	}
	
#errms {
	margin: 10px 0 10px 0;
	text-align: left;
}
