﻿h1, h2, h3, h4, h5, h6 {
	color: #317eac;
	font-family: "Telex",sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0;
	text-rendering: optimizelegibility;
}

.above15 {
	margin-top: 15px !important;
}

.above30 {
	margin-top: 30px !important;
}

.above-below15 {
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

.required-field 
{ 
	color: Red; 
}

#message {
	color: red;
	font-weight: bold;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	/*width: 460px;*/
}

#sign-box{
	background-color: #f7f7f7;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}