/***************************************************
	HTML Element Styles
 ***************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	font-weight: normal;
	font-family: Arial;
	font-size: .7em;
	color: #ffffff;
	background: #ffffff url(../images/bg/bg.gif) center center;
	background-attachment: fixed;
}

/***************************************************
	General Styles
 ***************************************************/

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	display: inline;
}

#center {
	position: absolute;	
	left: -425px;
	top: -250px;
	width: 850px;
	height: 500px;
	background: url(../images/bg/bg_splash.png) left top;
}

/***************************************************
	Form
 ***************************************************/
 
#select {
	padding-left: 530px;
	padding-top: 220px;
}

.form {
	clear: both;
}

.form .label {		
	float: left;
	width: 120px;	
	padding-top: 2px;
}

.form .input {
	float: left;
	font-size: 1.2em;
}

select {
	font-size: .9em;
	width: 130px;
}

.empty {
	clear: both;
	height: 10px;
}

#go_btn {
	clear: both;
	margin-left: 190px;
	margin-top: 10px;
	width: 76px;
	height: 20px;	
}

#go_btn a {
	color:#ffffff;
	display: block;
	padding-top: 4px;
	padding-left: 40px;
	text-decoration:none;
	cursor:pointer;
}

#resolution_en, 
#resolution_tr {
	padding-left: 40px;
	margin-top: 75px;
	color: #004f5a;
}
