﻿@charset "utf-8";

.ik-form
{
	font-size: 12px;
	text-align: left;
	border-collapse:separate;
	border-bottom:1px #d7d7d7 solid;
	padding:0;
	margin-top:20px;
	width:720px
}

.ik-form th
{
	font-size: 15px;
	font-weight: normal;
	padding:5px 10px;
	color: #FFF;
	background:#ce1b22;
	font-family: "museo_sans500", Tahoma, Geneva, sans-serif;
	text-align:left;
	-webkit-box-shadow:  2px 2px 4px 2px rgba(0, 0, 0, 0.2); box-shadow:  2px 2px 4px 2px rgba(0, 0, 0, 0.2); -webkit-border-radius: 3px;   border-radius: 3px;
	margin-top:10px
}
.ik-form td
{
	padding: 5px;
	color: #222;
	border-top: 1px solid #ccc;
	font-family: "museo_sans500", Tahoma, Geneva, sans-serif;
	
}


.ik-form input.input-text,.ik-form textarea.input-text
{
	width:140px;
	height:auto;
	border:1px #ccc solid;
	outline:none;
	padding:3px 5px 5px 5px;
	background:#eeeeee
}

.ik-form input.input-text:focus,.ik-form textarea.input-text:focus {
	border:1px #b61d1a solid;
	-moz-box-shadow:0 0 5px #b61d1a;
	-webkit-box-shadow:0 0 5px #b61d1a;
	-khtml-box-shadow:0 0 5px #b61d1a;
	box-shadow:0 0 5px #b61d1a;
}

.ik-form textarea.input-text
{
	height:200px;
	resize:none;
	outline:none;
	width:400px
}



input.input-button{	color: #FFFFFF;
	font-family: "museo_sans500", Tahoma, Geneva, sans-serif; font-size:13px;
	background: #ce1b22 ;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	padding: 6px; 
   -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
   -moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
   box-shadow:0 3px 3px rgba(0,0,0,0.2);
   filter: dropshadow(color=#333, offx=0, offy=1);
	   }

input.input-button:hover {	
	background: #000; color:#FFFFFF; text-decoration:none
	   }
	   
	   	   

       input[type="checkbox"] + label span { display: inline-block; width: 19px; height: 19px; margin: -1px 4px 0 0; vertical-align: middle; background: url(/images/check_radio_sheet.png) left top no-repeat; cursor: pointer; }



        input[type="radio"] + label { color: #666; font-family: Arial, sans-serif; font-size: 12px; padding-left: 10px; }

        .radio_but td { border: none;}