@charset "utf-8";
/* CSS Document */
* { margin:0px ; padding:0px }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { 
	background-image: url(../images/Temp/bg.png);
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	direction:rtl;
	text-align:right;
	padding:0px;
	margin:0px;
}
body a { color:#069; text-decoration:none; }
body a:hover { color:#C30; }
h3 { font-size:12px ; color:#000 ; text-align:center}

input {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;} 

input[type=text]     { font-family:Tahoma, Geneva, sans-serif;border:1px solid #333;height:16px; width:180px; padding:5px 7px; line-height:16px; font-size:13px; margin:3px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
select     { font-family:Tahoma, Geneva, sans-serif;border:1px solid #333;width:196px; padding:4px 4px; font-size:13px; margin:3px; height:28px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
input[type=password] { font-family:Tahoma, Geneva, sans-serif;border:1px solid #333;height:16px; width:180px; padding:5px 7px; line-height:14px; font-size:13px; text-align:left; margin:3px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
input[type=checkbox] { padding:5px 0px; line-height:16px;text-align:center; margin:2px }


input[type=submit] { font-family:Tahoma, Geneva, sans-serif; background-color:#69a74e ; color:#FFF; border:1px solid;height:30px; width:100px; background:url(../images/Temp/Btn-green.gif) repeat-x top; border-color:#3b6e22 #3b6e22 #2c5115 ; margin:20px 20px 15px 0px ; cursor:pointer;}
input[type=reset]  { font-family:Tahoma, Geneva, sans-serif; background-color:#ccc;     color:#000; border:1px solid;height:30px; width:100px; background:url(../images/Temp/Btn-gray.gif) repeat-x top; border-color:#999 #999 #999; margin:20px 20px 15px 0px;cursor:pointer;}

input[type=submit]:hover 	{ background:#609946; }
input[type=reset]:hover 	{ background:#CECECE; }


.success { background:#E4F1DC; border:#7EC66C solid 1px; text-align:center; padding:10px; margin:25px; background-images:url(../images/Temp/Info.png); background-repeat:no-repeat; background-position:right 10px center;}
.error   { background:#FFECEC; border:#FF797C solid 1px; text-align:center; padding:10px; margin:25px; background-images:url(../images/Temp/Warning.png); background-repeat:no-repeat; background-position:right 10px center;}
.alert   { background:#faea82; border:#ffa500 solid 1px; text-align:center; padding:10px; margin:25px; background-images:url(../images/Temp/Warning.png); background-repeat:no-repeat; background-position:right 10px center;}

.main-width {
	width:1000px; 
	margin:0 auto;
}

.cl { clear:both } 

.lefttext { text-align:left; }

.textticket {
	width: 650px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size:12px;
	resize:none;
}