﻿@charset "utf-8";
.formtable{
	background-color: #fef4ec; 
	border: 1px solid #fef4ec;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-family: Tahoma;
	line-height:20px;
	font-size: 12px;
	text-align:right;
	direction:rtl;
}

.formtable td{
	color: #793800;
	font-size:12px;
	padding:5px;
	background-color:#fef4ec;
}

.formtable thead tr td, .formtable thead tr td:hover{
	background-color:#e56801;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.formtable tfoot tr td, .formtable tfoot tr td:hover{
	background-color:#f38c36;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

/*input*/
.formtable input, .formtable textarea{
	border: 1px solid #c95c00;
	height:22px
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	font-family:tahoma;
	font-size: 12px;
	padding:5px;
}

.formtable input:focus, .formtable textarea:focus{
	background-color:#f3d4bb;
  	border:1px solid #fff;
	-moz-box-shadow: 1px 1px 1px #8c8c8c;
	-webkit-box-shadow: 1px 1px 1px #8c8c8c;
	box-shadow: 1px 1px 1px #8c8c8c;
	outline: none
	-webkit-box-shadow: 0px 0px 20px rgba(253,228,208,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(253,228,208,0.8);
    box-shadow: 0px 0px 20px rgba(253,228,208,0.8);
}

/*button*/
.formtable input[type=submit], input[type=reset], input[type=button] {
  color: #ffffff;
  background-color: #ff7300;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d56000), to(#ff7f16));
  background-image: -webkit-linear-gradient(top, #d56000, #ff7f16);
  background-image: -o-linear-gradient(top, #d56000, #ff7f16);
  background-image: linear-gradient(to bottom, #d56000, #ff7f16);
  background-image: -moz-linear-gradient(top, #d56000, #ff7f16);
  background-repeat: repeat-x;
  border-color: #9f4800;
  
	width: auto;
	padding: 5px 20px 5px 20px;
	font-family: Tahoma;
	cursor: pointer;
	font-size: 12px;
		
}


.formtable input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {  
    opacity: 1;
	border: 1px solid #ad4f00;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	background-color: #ff7300;
    -webkit-box-shadow: 0px 0px 15px rgba(253,228,208,0.8);
    -moz-box-shadow: 0px 0px 15px rgba(253,228,208,0.8);
    box-shadow: 0px 0px 15px rgba(253,228,208,0.8);
}

/* table */
.formtable table {
	width:90%;
	margin: 0px auto;
	background-color: #f38c36; 
	border: 1px solid #f38c36;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-family: Tahoma;
	line-height:20px;
	font-size: 12px;
	text-align:right;
	direction:rtl;
	}
	
	.formtable table tbody tr:nth-child(even) td,
	.formtable table tbody tr:nth-child(even) th {
  background-color: #fbcaa2;
}

	.formtable table tbody tr:nth-child(even) td:hover,
	.formtable table tbody tr:nth-child(even) th:hover {
  background-color: #fef4ec;
}
	
.formtable table td{
	border: 1px solid #c95c00;
	padding:5px;
	font-family: Tahoma;
	font-size: 12px;
	}
	
.formtable table td:hover {
  background-color: #fbcaa2;
}	

.formtable table thead tr td, .formtable table thead tr td:hover{
	background-color:#ef8125;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.formtable table tfoot tr td, .formtable table tfoot tr td:hover{
	background-color:#ef8125;
	color:#fff;
	text-align:center;
	font-weight:bold;
}


/* line */
	.formtable hr{
	border: 1px;
	background-color: #3c1e06;
    height: 2px;
	margin: 10px 0 7px 0 auto;
	width:100%;
}

/* lable */
.formtable label{
	color:#3c1e06;
}

/* caption */
.formtable caption {
	padding:10px 0;
	margin:0 auto;
}

/* capcha */
#capcha {
	min-width:184px;
}

/* combobox */
.formtable select option{
	border: 1px solid #c95c00;
	height:22px
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	font-family:tahoma;
	font-size: 12px;
	padding:5px;
}
.formtable select option:focus {
	background-color:#f3d4bb;
  	border:1px solid #fff;
	-moz-box-shadow: 1px 1px 1px #8c8c8c;
	-webkit-box-shadow: 1px 1px 1px #8c8c8c;
	box-shadow: 1px 1px 1px #8c8c8c;
	outline: none
    padding:5px;
}


.formtable select{
	border: 1px solid #c95c00;
	height:22px
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	font-family:tahoma;
	font-size: 12px;
	padding:5px;
}

.formtable select:focus {
	background-color:#f3d4bb;
  	border:1px solid #fff;
	outline: none
	padding:5px;
}


/* lists  */
.formtable ul{
	margin:0px;
}
.formtable ul li{
	padding:2px;
	color: #3c1e06;
}

.formtable ol{
	margin:0px;
}
.formtable ol li{
	padding:2px;
	color: #3c1e06;
}



/*  upload file  */
.formtable input[type=file]{
	font-family: Tahoma;
	border: solid 1px #c95c00;
	color: #fff;
	padding: 5px; 
	max-width: 190px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	direction:rtl;
	line-height:20px;
}

