#odeme_sayfasi_sol{width:585px;float:left;margin-top:5px;}
#odeme_sayfasi_sag{width:385px;float:right;margin-top:5px;}
#odeme_sayfasi_yarim{width:585px;clear:both;float:left;}
#uyelik_bileri{width:385px;clear:both;float:left;}

.sozlesme{float:left;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;background:#F3F3F3;color:#666666;width:585px;height:300px;overflow:auto;margin-top:20px;border:#CCCCCC 1px solid;}

.input_css3 {
  background: #e2e2e2;
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
  font-size: 13px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 7px 10px;
  border: none;
  display: block;
  margin: 7px 0 0 0;
}
.input_css3:focus {
  border-left: 10px solid tomato;
}
.input_css3:focus {
  color: #333;
}
.input_css3:focus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: url('/css/bg-stripes.png');
}
 
.input_css3[type="email"],
.input_css3[type="password"] {
  width: 100%;
}
 
.input_css3[type="text"] {
  width: 100%;
}

.input_css3_zorunlu {
  background: #e2e2e2;
  background-image: url('/css/textbox_zorunlu.gif');
  background-repeat: no-repeat;
  background-position: left top; 
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
  font-size: 13px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 7px 10px;
  border: none;
  display: block;
  margin: 7px 0 0 0;
}
.input_css3_zorunlu:focus {
  border-left: 10px solid tomato;
}
.input_css3_zorunlu:focus {
  color: #333;
}
.input_css3_zorunlu:focus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: url('/css/bg-stripes.png');
}
 
.input_css3_zorunlu[type="email"],
.input_css3_zorunlu[type="password"] {
  width: 100%;
}
 
.input_css3_zorunlu[type="text"] {
  width: 100%;
}



.select {
  background: #e2e2e2;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
}
.select:focus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: #f3f3f3;
}
.select:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 1em;
  bottom: 40%;
  display: block;
  width: .75em;
  height: .75em;
  border: 2px solid darkslategray;
  border-top: none;
  border-right: none;
  content: '';

}
.select:focus, .select:hover:after {
  border: 4px solid tomato;
  border-top: none;
  border-right: none;
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
}
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
  font-size: 13px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  background: #e2e2e2;
  background: transparent;
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  padding: 7px;
}
.select select:focus {
  border-left: 10px solid tomato;
}
.select select:focus {
  color: darkslategray;
}
.select select:focus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: #f3f3f3;
}
.select select:focus {
  background: url('/css/bg-stripes.png');
}
.select select:focus + .select:after {
  border: 4px solid tomato;
  border-top: none;
  border-right: none;
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
}

.select_zorunlu {
  background: #e2e2e2;
  background-image: url('/css/textbox_zorunlu.gif');
  background-repeat: no-repeat;
  background-position: left top; 
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
}
.select_zorunlu:focus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: #f3f3f3;
}
.select_zorunlu:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 1em;
  bottom: 40%;
  display: block;
  width: .75em;
  height: .75em;
  border: 2px solid darkslategray;
  border-top: none;
  border-right: none;
  content: '';

}
.select_zorunlu:focus, .select:hover:after {
  border: 4px solid tomato;
  border-top: none;
  border-right: none;
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
}
.select_zorunlu select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
  font-size: 13px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  background: #e2e2e2;
  background: transparent;
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  padding: 7px;
}
.select_zorunlu select:focus {
  border-left: 10px solid tomato;
}
.select_zorunlu select:focus {
  color: darkslategray;
}
.select_zorunlu select:focus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: #f3f3f3;
}
.select_zorunlu select:focus {
  background: url('/css/bg-stripes.png');
}
.select_zorunlu select:focus + .select:after {
  border: 4px solid tomato;
  border-top: none;
  border-right: none;
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
}






fieldset {
  margin: 0.3em 0;
  padding: 0.3em 1em 1em 1em;
  border: #DDDDDD solid 2px;
  border-radius: 0.1em;
  text-align: center;
  font-size: 13px;
}
fieldset.radio-list {
  text-align: left;
}
fieldset.radio-list input[type="radio"] + label {
  display: block;
  padding: 10px 0 0 0;
}
fieldset input[type="radio"] {
  position: absolute;
  opacity: 0;
}
fieldset input[type="radio"] + label {
  margin-right: 1em;
  color: #000;
  cursor: pointer;
}
fieldset input[type="radio"]:focus + label,
fieldset input[type="radio"]:hover + label,
fieldset input[type="radio"] + label:hover,
fieldset input[type="radio"]:checked + label {
color: darkslategray;
}
 
fieldset input[type="radio"] + label span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-right: 1em;
  width: 1.2em;
  height: 1.2em;
  border: .25em solid #AAAAAA;
  border-radius: 50%;
  vertical-align: text-bottom;
  -webkit-transition: border, 200ms;
  transition: border, 200ms;
}
fieldset input[type="radio"]:focus + label span,
fieldset input[type="radio"] + label:hover span,
fieldset input[type="radio"] + label span:hover {
  border: 0.25em solid #FFBF00;
}
fieldset input[type="radio"]:checked + label span {
  border: 0.25em solid tomato;
  background-color: #FFBF00;
}

textarea {
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
  font-size: 13px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: .5em 1em;
  border: none;
  background: #e2e2e2;
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 1em 0;
}
textarea:focus {
  border-left: 10px solid tomato;
}
textarea:focus {
  color: darkslategray;
}
textarea:focus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: url('/css/bg-stripes.png');
}

.textarea_zorunlu {
  background: #e2e2e2;
  background-image: url('/css/textbox_zorunlu.gif');
  background-repeat: no-repeat;
  background-position: left top; 
  -webkit-transition: border, 100ms;
  transition: border, 100ms;
  font-size: 13px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: .5em 1em;
  border: none;
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 1em 0;
}
.textarea_zorunlu:focus {
  border-left: 10px solid tomato;
}
.textarea_zorunlu:focus {
  color: darkslategray;
}
.textarea_zorunlu:focus {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: url('/css/bg-stripes.png');
}

.checkbox {
  position: relative;
  clear: both;
  margin: 1em 0;
  text-align: left;
}
.checkbox label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 0.3em;
  background: #e2e2e2;
  cursor: pointer;
}
.checkbox label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: .6em;
  left: 25%;
  width: 0;
  height: 0;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  content: '';
  -webkit-transition: width, height, border, 100ms;
  transition: width, height, border, 100ms;
}
.checkbox input[type=checkbox]:focus + label:after, .checkbox label:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 1em;
  height: 8px;
}
.checkbox input[type=checkbox]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 1em;
  height: .6em;
  border: 4px solid tomato;
  border-top: none;
  border-right: none;
}
.checkbox span {
  margin-left: 2em;
  line-height: 20px;
}