/* falconv1.0 sipari formu - Tasarm & Kodlama : Doan Kutbay - http://www.criticalstriker.com */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-collapse:collapse;
}

body {
	line-height: 1;
}
ol, ul,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
td{padding:3px;}
.siparis {width: 975px;height: 428px;color: #fff;}
.siparis p{ font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.siparis input[type=text] { width: 288px; padding: 14px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #C0BEBE;  border-radius: 5px; color: black;}
.uiButton {text-align:center;border: 1px solid #AAA;  width: 390px;  text-decoration: none; margin-left: -292px;margin-bottom: 57px;cursor: pointer; font-size: 24px; padding-left: 52px;background-color: #071947; color: #FFF; border-radius: 5px;padding-right: 40px;}
.uiButton input{background:none;border:0;color:#333;display:inline-block;font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;font-size: 11px;font-weight:bold;cursor: pointer;margin:0;outline:none;color: #fff;padding:1px 0 2px;font-size: 21px;}
.siparis select {  font: 11px "Lucida Grande", "Verdana";        width: 152px; height: 31px; padding: 5px;    margin-left: 0px;   padding-left: 5px; border-radius: 5px; box-shadow: inset 0 0 5px #cccccc; border: 1px solid #A3A3A3; font-size: 15px; color: #000000;    margin-top: 7px;};   border: none;}
.siparis textarea {  width: 305px;   padding: 7px; font: 11px "Lucida Grande", "Verdana";   border: 1px solid #C0BEBE;  border-radius: 5px;}  
.siparis h1 { font-weight: bold; font-size:30px;  color: #15315A; font-family:Tahoma, Geneva, sans-serif; padding: 0 0 3px 0; text-align: center;}
.siparis h3 { 	margin-bottom:10px;  font:13px/1.231 sans-serif; font-style:italic; color:#DF0101;}
.siparis h4 { 	margin-bottom:10px;  font:13px/1.231 sans-serif; font-style:italic; font-weight:bold; color:#82CAFA;}
.siparis h5 { 	margin-bottom:10px;  font:13px/1.231 sans-serif; font-style:italic; font-weight:bold; color:#FF0000;}
.siparis h6 { 	margin-bottom:10px;  font:13px/1.231 sans-serif; font-style:italic; font-weight:bold; color:#2E64FE;}
#kredi-karti{background: none repeat scroll 0 0 #f7f9f1;border: 4px solid #8FB5C1; float: left;margin-bottom: 11px;margin-top: 3px;padding-left: 13px;padding-top: 10px;width: 290px;display:none;}
#kredi-karti2{ background: #fff; border: 4px solid #2692B4;float: left; margin-bottom: 11px; margin-top: 3px; padding-left: 13px; border-radius: 7px; padding-top: 10px;width: 290px;display:none; padding: 9px;}
#kredi-karti3{
    background: #fff; 
    border: 4px solid #AA821A; float: left; margin-bottom: 11px; 
    margin-top: 617px;  border-radius: 7px; 
    padding-top: 19px; 
    width: 196px; 
    display: none;
    position: absolute;
    margin-left: 229px; padding: 9px;
}
.kredi-adi{ padding-bottom:0px !important; }
#iletisim{margin-right:22px;margin-top:7px;}
#text-adi{ font-size:9pt;color:#6B3605;font-weight:bold;padding-bottom:2px;color: #1D6765;}
#text{ float:left;}
#kredi-not{ clear: both;color: #CC0000;font-size: 13px;margin-left: -13px; padding-bottom: 9px;padding-top: 7px; text-align: center;}
OPTION.mar{background-color:maroon; color:white}
OPTION.white{background-color:white; color:maroon}


/* Form Validation */
/* CSS code to create the error messages */
.styled span.error {
font: bold 11px Arial, sans-serif;
line-height: 1em;
color:#fff;
text-shadow: 1px 1px 1px #000;
background: url(images/arrow_error.png) no-repeat 0 center;
border-right: 1px solid #6c0202;
height: 11px;
padding: 8px 15px 11px 20px;
display: none; /* Required as we will use jQuery to fade in the error message */
position: absolute; /* Required */
top: 3px;
right: 0; /* Required - initially set all error messages to the right of the form row */
}
 
/* Change the input field styles when an error message is present */
.styled fieldset li.error input.text-input {
background-position: 0 -64px;
}