/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/

body, html  { height: 100%;direction:rtl; }
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
*{text-decoration:none;}
a:link{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}
a:visit{text-decoration:none;}
img{overflow:hidden;}
textarea{resize:vertical;}

/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/
/* Clear Floats */
.col-full:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

.fix{clear: both;height: 0px;margin: 0;overflow: hidden;}

.last-v{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	border-bottom:none !important;
}
.last-h{
	margin-left:0px !important;
	padding-left:0px !important;
	border-left:none !important;
}


html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;	clear: both;

}
.radius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-khtnl-border-radius:5px;
	border-radius:5px;
}


/*-------------------------------------------------------------------------------------------*/
/* Button */
/*-------------------------------------------------------------------------------------------*/
.submit{
	display:block;
	color: #fff;
	cursor:pointer;
	padding:7px 13px;
	font:bold 14px Arial, Helvetica, sans-serif;
	border:1px solid #171717;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
	background-color: #242424;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#242424,EndColorStr=#151515);
	background-image: -moz-linear-gradient(top,#242424 0,#151515 100%);
	background-image: -ms-linear-gradient(top,#242424 0,#151515 100%);
	background-image: -o-linear-gradient(top,#242424 0,#151515 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#242424),color-stop(100%,#151515));
	background-image: -webkit-linear-gradient(top,#242424 0,#151515 100%);
	background-image: linear-gradient(top,#242424 0,#151515 100%);
}
.submit:hover{
	text-decoration:none;
	border:1px solid #e36d11;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#faa71c,EndColorStr=#e36d11);
	background-image: -moz-linear-gradient(top,#faa71c 0,#e36d11 100%);
	background-image: -ms-linear-gradient(top,#faa71c 0,#e36d11 100%);
	background-image: -o-linear-gradient(top,#faa71c 0,#e36d11 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#faa71c),color-stop(100%,#e36d11));
	background-image: -webkit-linear-gradient(top,#faa71c 0,#e36d11 100%);
	background-image: linear-gradient(top,#faa71c 0,#e36d11 100%);
}
.submit:active{
	border:1px solid #e36d11;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e36d11,EndColorStr=#faa71c);
	background-image: -moz-linear-gradient(top,#e36d11 0,#faa71c 100%);
	background-image: -ms-linear-gradient(top,#e36d11 0,#faa71c 100%);
	background-image: -o-linear-gradient(top,#e36d11 0,#faa71c 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e36d11),color-stop(100%,#faa71c));
	background-image: -webkit-linear-gradient(top,#e36d11 0,#faa71c 100%);
	background-image: linear-gradient(top,#e36d11 0,#faa71c 100%);
}