/* FORM ELEMANLARI
----------------------------------------- */
.odeme{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
}

small {
	font-size:10px;
	color:#666666;
}

.secilenurun {
	font-size:16px;
	color:#000;
	border:#FFCC00 1px dotted;
	padding:5px;
	background:#FFFFCC;
}

.form_bg {
	background:url(images/form_bg.png) no-repeat;
	padding:20px;
	height:250px;
}

.sunum {
	font-size:14px;
	color:#727272;
}

.belirti{
	color:#0099CC;
	font-size:15px;
}

.tip1 a {
display:block;
width: 130px;
height:134px;
background: url(images/tip_cc1.png) no-repeat;
float:left;
margin:2px;
}
.tip1 a:hover { 
background: url(images/tip_cc2.png) no-repeat;
}

.tip2 a {
display:block;
width: 130px;
height:134px;
background: url(images/tip_havale1.png) no-repeat;
float:left;
margin:2px;
}
.tip2 a:hover { 
background: url(images/tip_havale2.png) no-repeat;
}

.tip3 a {
display:block;
width: 130px;
height:134px;
background: url(images/tip_kapida1.png) no-repeat;
float:left;
margin:2px;
}
.tip3 a:hover { 
background: url(images/tip_kapida2.png) no-repeat;
}


.tip4 a {
display:block;
width: 130px;
height:134px;
background: url(images/tip_kurye1.png) no-repeat;
float:left;
margin:2px;
}
.tip4 a:hover { 
background: url(images/tip_kurye2.png) no-repeat;
}












input, textarea, select {
	background:#FFFFFF url(images/input_bg.png) repeat-x;
	border:1px solid #CFCFCF;
	padding:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	margin-bottom:5px;
}

.uzun {
	width:350px;
}

.title {
	color:#000000;
	font-size:13px;
}

.uyari {
	font-size:14px;
	color:#0099FF;
}

.hatason {
	color:#CC0000;
}

.button_devam {
	background:url(images/btn_devam1.png) no-repeat;
	width:151px;
	height:58px;
	border:0px;
	cursor:pointer;
}
.button_devam:hover {
	background:url(images/btn_devam2.png) no-repeat;
}

.button_siparis {
	background:url(images/btn_sip1.png) no-repeat;
	width:151px;
	height:58px;
	border:0px;
	cursor:pointer;
}
.button_siparis:hover {
	background:url(images/btn_sip2.png) no-repeat;
}
/* FORM ELEMANLARI BITTI
----------------------------------------- */


