.container{
width:100%;
margin:0 auto;
direction:rtl;
}
.ttable{
direction:rtl;
width: 480px;
background: transparent url('../images/semi_white.png') repeat;
padding: 10px 20px 5px 20px;
border: 1px solid #E9E9E9;
color:#7F7F7F;
margin:30px auto;
	box-shadow: 1px 1px 5px silver;
}
button.regular{
	width:150px;
    margin:0 7px 0 0;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:600;
    cursor:pointer;
    padding:5px 3px 6px 7px; /* Links */
	height:30px;
}
button.regular:hover{
	color:#FF6600;
}
/*common style*/
.required {color: #FF0000}
.red{color:#FF0000;}
.errorlist li{color:red;float:right}
input,select,textarea{
	border:1px solid #DDD;
	font-size:11px;
	border-radius:4px;
	-moz-border-radius:4px;	
	padding:6px;
}
input:hover,select:hover,textarea:hover{
	border-color:#FFFF7C;
}
.error input,.error select{border-color:red;background:#FFEDE8;}
.small{font-size:10px;}