* { outline: none; }
html {
	direction: rtl;
}
body {
	font: 12px/140% helvetica, arial, sans-serif;
	margin: 0px 0 10px;
	direction: rtl;
}
p {
	margin: 15px 0;
}
img { border: 0; }
#branding {
	background: url('header.png') top right no-repeat;
	height: 25px;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 0px;
}
#top {
	margin: 0 0px 30px;
	padding: 25px 15px 20px;
}

h1 {
	font: bold 30px/120% helvetica, arial, sans-serif;
	letter-spacing: -1px;
	margin: 0;
}
h2 {
	font: 16px/100% helvetica, arial, sans-serif;
	margin: 5px 0 0;
}
h3 {
	font: normal 16px/130% helvetica, arial, sans-serif;
	margin: 15px 0;
}
#presenter {
	float: left;
	margin: 0 20px 10px 20px;
	text-align: center;
	color: #000;
}
#presenter img {
	margin: -15px 0 10px;
}
#content {
	margin: 20px 20px 40px;
}
#divider {
	
}

#cd {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

body.video {
	margin: 0;
	background: #000;
}
body.video #wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
body.live {
	margin: 0;
	padding: 0;
}
#video {
	cursor: pointer;
	z-index: 0; 
	overflow:hidden;
	width: 640px;
	height: 402px;
}
#hideflash {
	padding: 1px;
	background: #000;
	color: #fff;
	font: 16px/100% arial, helvetica, sans-serif;
	position: relative;
	z-index: 1;
}
#hideflash a {
	color: #fff;
}
#hideflash div#counter {
	text-align: center;
	padding: 1px;
	margin: 0;
}
#hideflash div#counter small {
	font-size: 12px;
}
#hideflash div#counter p {
	margin: 5px 0;
}
#hideflash div#counter #cd {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#footer {
	font-size: 10px;
	text-align: center;
	margin: 10px 0 0;
	color: #666;
}





body {
	background: #ddd; /* */
}
#wrapper {
	background: #f5f5f5; /* */
}
h1 {
	color: #333;
}
h2 {
	color: #fe981a;
	font-weight: bold;
}

#top {
	background: #fff; /* */
	border-bottom: 1px dotted #ccc;
	text-align: center;
}
#divider {
	background: url('divider.png');
	height: 35px;
	margin-top: -20px;
}
#cd {
	color: #fe981a;
}
table tr td#data {
	width: 280px;
	background: #fff url('register.png') 20px 25px no-repeat;
	padding: 80px 20px 20px;
	vertical-align: top;
}
table tr td#data h3 {
	color: #fe981a;
	line-height: 120%;
	text-align: center;
}
table tr td#form {
	width: 300px;
	background: #eee;
	padding: 10px 20px 30px;
	vertical-align: top;
	text-align: center;
}
#footer {
	color: #666;
	font-size: 11px;
}


#top, #content, #form, #footer, table tr td {
	direction: rtl;
}
table tr td {
	text-align: right;
}

#submit {
	border: 1px solid orange;
	padding: 5px 5px 5px;
	background: #fce0c9;
	width: 125px;
	text-align: center;
}
.red {
	color: #d00;
}


input[type="text"], select, textarea {
	font: 12px/120% arial, sans-serif;
	border: 1px solid #aaa;
	border-color: #999 #ddd #ddd #999;
	background: #fff;
	padding: 5px;
}
select { width: 100%; }
input[type="text"]:focus, select:focus, textarea:focus {
	border: 1px solid #69e;	
	border: 1px solid #9cf;	
	box-shadow: 0px 0px 6px #69e;
	-moz-box-shadow: 0px 0px 6px #69e;
	-webkit-box-shadow: 0px 0px 6px #69e;
}
input[type="button"], input[type="submit"] {
	font: 14px/100% arial, helvetica, sans-serif;
	background: url('submit.png') repeat-x;
	border: 1px solid;
	border-color: #ccc #999 #999 #ccc;
	margin: 0;
	padding: 6px 10px 5px;
	cursor: pointer;
	color: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="button"]:hover, input[type="submit"]:hover {
	border-color: #ddd #aaa #aaa #ddd;
	color: #222;
}
input[type="button"].glow:hover, input[type="submit"].glow:hover {
	border-color: #9cf #69e #69e #9cf;
	box-shadow: 0px 0px 3px #69e;
	-moz-box-shadow: 0px 0px 3px #69e;
	-webkit-box-shadow: 0px 0px 3px #69e;
}
pre {
	font: 12px/140% arial, tahoma, sans-serif;
	margin: 0;
	padding: 0;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}