@charset "utf-8";
/* CSS Document */

/***************************** Browsers Default Styles Remove ***********************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
/*************************************************************************************************/


@font-face {
  font-family: "NoahTTRegular", "Arian AMU", "Arial AMU", "GHEA Grapalat", Sylfaen, Sans-serif;
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: "NoahTTRegular", "Arian AMU", "Arial AMU", "GHEA Grapalat", Sylfaen, Sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #999;
}
.wrap {
	width:850px;
	margin:0 auto;
}
.title {
	margin-top:30px;
	margin-bottom:30px;
}

form > div {
	line-height:40px;
}
.heading {
	width: 450px;
	float: left;
}
.heading2 {
	width: 300px;
	float: left;
}
.heading3 {
	width: 250px;
	float: left;
}
.heading4 {
	width: 400px;
	float: left;
}
.h_cl { 
	clear: left; 
}
.bot {
	margin-bottom: 5px;
}
.res-text {
	color: orange;
}


.left-10 {
	margin-left: -10px;
}

input[type=number],
input[type=text],
select,
input[type=date],
input[type=submit] {
	height:30px;
	width:158px;
	border:1px solid #5f6064;
	color:#FFF;
	font-size: 18px;
	padding:0 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	background: #4e90cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e90cc 0%, #4e90cc 50%, #0a81c5 51%, #0a81c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4e90cc 0%,#4e90cc 50%,#0a81c5 51%,#0a81c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4e90cc 0%,#4e90cc 50%,#0a81c5 51%,#0a81c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e90cc', endColorstr='#0a81c5',GradientType=0 ); /* IE6-9 */

}
select {
	width:180px;
	margin-left:10px;
}
option {
	color:#999;
	font-size:18px;
}
input[type=submit] {
	width:100px;
	display:block;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
input[type=submit]:hover {
	cursor:pointer;
	color:#000;
	background: #f78f1e;
}
input[type=radio] {
	display:none;
}

input[type="radio"] + label {
	cursor: pointer;
}

input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    background-image: url(radio.png);
    background-repeat: no-repeat;
}

input[type="radio"]:checked + label::before {
    background-position: 0px -20px;
}

.alert {   
	font-size: 16px;
	color: #F55;
    font-style: italic;
    font-weight: normal;
}

.alert-err{
	display:none;
	text-align:right;
	margin-right:150px;
}














