
/* WEBFONTS */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,400italic&subset=latin,latin-ext);

/* STYLES */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
   RESET 
*/

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;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
/* HTML5 display-role reset for older browsers */
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;
}

/* Clearing floats */
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}

/* **** START YOUR CSS BELOW **** */

body
{

}

.main
{
	position: absolute;
	width: 100%;
	height: auto;

}

.page-container
{
	position: relative;
	margin: 0 auto;
	width: 690px;
	padding: 60px;
	border-radius: 2px;
	
}

.logo
{
	width: 100%;
	height: 110px;
	position: relative;
	margin-bottom: 40px;
	background: url(images/ersanlogo2.jpg) no-repeat center;
	background-size: contain;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	margin: 40px 0;
	background-color: #123086;
	height: 110px;
	line-height: 110px;
	margin-left: -70px;
	padding-left: 70px;
}

h2.box
{
	font-family: 'Arimo';
	font-weight: bold;
	font-size: 1.1em;
	color: #676767;
	display: block;
	width: 180px;
	padding: 2px 20px;
	margin: 30px 0;
}

.section>div
{
	padding: 6px 0;
}

.section>div>span
{
	font-family: 'Arimo';
	font-weight: bold;
	font-size: 1em;
	color: #676767;
	margin-right: 10px;
	display: inline-block;
	width: 5px;
}

.section.first>div>span:nth-child(2), .section>div+div+div+div>span:nth-child(2)
{
	width: 120px;
}
.section.second>div>span:nth-child(1)
{
	width: 135px;
}
.section.third>div>span:nth-child(1)
{
	width: 120px;
}
.section.first>div>span:nth-child(3), .section.second>div>span:nth-child(2), .section.third>div>span:nth-child(2)
{
	margin-right: 10px;
}

.section>div+div+div+div>span:nth-child(1)
{
	width: 5px !important;
}

input[type=text], textarea, select
{
	width: 260px;
	border-radius: 5px;
	border: none;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.2);
	font-family: 'Arimo';
	font-style: italic;
	font-size: .8em;
	color: #043e67;
	padding: 5px 10px;
}

input.year
{
	width: 60px;
}

textarea
{
	height: 60px;
}


input[type=submit]
{
	border: 1px solid #cfcdcd;
	border-radius: 7px;
	padding: 5px 10px;
	margin: 20px 0;
	font-style: italic;
	font-family: 'Arimo';
	font-weight: bold;
	background-color: #123086;
	cursor: pointer;
	color:#fff;
}

.section span.check
{
	width: 80px;
	font-weight: normal;
}

.section.third span.check
{
	width: 130px;
}

.section span.check>input[type=radio]
{
	margin-left: 10px;
}

select
{
	width: 150px;
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	background-image: url(arrows.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	
	font-family: 'Arimo';
	font-style: italic;
	font-size: .8em;
	color: #043e67;
	margin-right: 20px;
}
.form{
	
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #F2F2F2 0%, #D8D8D8 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #F2F2F2 0%, #D8D8D8 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #F2F2F2 0%, #D8D8D8 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #D8D8D8));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #D8D8D8 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #F2F2F2 0%, #D8D8D8 100%);
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-left-radius: 7px;
border-bottom-left-radius: 7px;
-webkit-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.75);
padding-left: 70px;
}
.section.third>div>span:nth-child(1) {
width: 200px;
}