#frmWebContact {
	padding: 10px;
}

#frmWebContact label {
	float: left;
	padding-right: 20px;
	text-align: right;
	width: 80px;
}

#frmWebContact input,select,textarea {
	display: block;
	margin: 10px;
}

#frmWebContact input {
	display: block;
	width: 200px;
}

#frmWebContact input#crypto {
	width: 100px;
}

#frmWebContact select {
	margin-bottom: 20px;
	width: 200px;
}

#frmWebContact textarea {
	height: 100px;
	width: 200px;
}

#frmWebContact input#btnSend {
	background-color: #1F3A83;
	color: #EFEFEF;
	padding: 5px;
	width: 80px;
}

#msgWebContact {
	height: 25px;
	margin-bottom: 25px;
	margin-top: 10px;
	width: 100%;
}

#msgWebContact span.green {
	background-color: lightGreen;
	border: medium solid green;
	color: green;
	display: block;
	padding: 10px;
}

#msgWebContact span.red {
	background-color: lightGoldenRodYellow;
	border: medium solid red;
	color: red;
	display: block;
	padding: 10px;
}

#frmWebContact input.error {
	background-color: oldLace;
	border: medium solid #FF6666;
}

#frmWebContact label.error {
	bottom: 26px;
	color: red;
	float: right;
	height: 10px;
	padding: 0;
	position: relative;
	text-align: left;
	width: 180px;
}