body {
	margin: 0px;
	padding: 0px;
}
area {
	outline: 0;
}
.text {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #999;
}
.text strong {
	color: #000;
}
.text2 {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #020202;
	text-align: center;
}
.style1 {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #999;
}
.style1bold {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}
.style1link {
	font: 18px/20px 'Roboto', sans-serif;
	font-weight: 700;
	color: #999999;
	text-decoration: none;
}
.style1link:hover {
	text-decoration: none;
	color: #000000;
}
.style1active {
	font: 18px/20px 'Roboto', sans-serif;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}
.inp {
	border: none;
	font: 14px 'Open Sans', Arial, sans-serif;
	font-weight: 800;
	color: #000;
	width: 167px;
	height: 29px;
	line-height: 29px;
	padding: 0px;
	text-indent: 7px;
	background-image: url(images/ekle_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.inp-dot {
	color: #999;
	width: 280px;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFC20F;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	background-color: #FFFFFF;
	height: 25px;
	line-height: 30px;
}
.inp-dot-b {
	color: #999;
	width: 280px;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFC20F;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 15px;
}
.inp_but {
	font: 16px/20px 'Roboto', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #FFF;
	height: 30px;
	width: 140px;
	background-color: rgb(255,194,15);
	border-color: rgb(255,194,15);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 10px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 10px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 10px;
	border-style: solid;
	cursor: pointer;
}
.inp_but:hover {
	border-color: rgb(250,74,0);
	background-color: rgb(250,74,0);
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 113px;
}
.bg-table {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 38px;
}
