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, s, samp, small, strike, strong, sub, sup, tt,
var, hr, 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; font-family:inherit; font-size:100%; border:none; outline:none; }
html { font-size:100.01%; }
dfn, i, cite, var, address, em { font-style:normal; }
th, b, h1, h2, h3, h4, h5, h6 { font-weight:normal; }
textarea, input, select { font-family:inherit; font-size:1em; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0; }
caption, th, td { text-align:left; }
:focus { outline:none; }
.clear {	clear: both; }
.no-border, .no-border td, .no-border th{	border: none!important; }
.no-padding{ padding: 0!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.a-center{text-align: center;}
.a-left{text-align: left;}
.a-right{text-align: right;}
.f-left{	float: left;}
.f-right{ float: right;}
.hidden { display: none; }
.show { display: block!important; }

.c-red{ color: #b22222!important; }
.c-blue{ color: #5580b8!important; }
.c-gray{ color: #959595!important; }
.c-white{ color: #fff!important; }

.menu-h { overflow: hidden;  }
.menu-h ul { list-style: none; margin: 0; padding: 0;}
.menu-h li { float: left; list-style: none; background: none; }

.d-none{ text-decoration: none!important; }
.d-underline{ text-decoration: underline!important; }

html {
	width: 100%;
	height: 100%;
	background: #7a0705 url(../_img/decor/bg.png) repeat center top;
}
body {
	width: 100%;
	font-size: 100%;
	min-height: 100%;
	color: #6d442e;
	background: transparent url(../_img/decor/bg.jpg) repeat-x center top;
}

body, textarea, input, select { font-family:Arial,Tahoma,Helvetica,sans-serif; }
a { color:#6d442e; text-decoration:underline; }
a:hover { text-decoration:none; }

.root{
	width: 958px;
	margin: 0 auto;
	background: transparent url(../_img/decor/body-bg.png) repeat-y top center;
}
.header-contaner{
	height: 79px;
	position: relative;
	background: transparent url(../_img/decor/header-bg.jpg) no-repeat center top;
	}
	.header-contaner .logo{
		position: absolute;
		top: 12px;
		left: 18px;
		width: 390px;
		height: 57px;
		background: transparent url(../_img/decor/logo.png) no-repeat;
		}
		.header-contaner .logo span{
			display: none;
		}
	
	.header-contaner .header-menu{
		position: absolute;
		top: 0;
		right: 0;
		width: 500px;
		height: 79px;
		}
		.header-contaner .header-menu li{
			list-style: none;
			float: left;
			margin-right: 10px;
			text-align: center;
			}
			.header-contaner .header-menu li a{
				display: block;
				width: 150px;
				height: 22px;
				padding-top: 57px;
				color: White;
				font: italic bold 0.9em Georgia, "MS Sans Serif", Geneva, sans-serif;
				text-decoration: none;
				}
			.header-contaner .header-menu li a:hover, .header-contaner .header-menu li.selected a, .header-contaner .header-menu li.parent a{
				color: #865c42;
				}

			.header-contaner .header-menu li.about a{
				width: 130px;
				background: transparent url(../_img/decor/top-icon-info.png) no-repeat center 10px;
				}
			.header-contaner .header-menu li.news a{
				width: 190px;
				background: transparent url(../_img/decor/top-icon-news.png) no-repeat center 10px;
				}
			.header-contaner .header-menu li.feedback a{
				width: 140px;
				background: transparent url(../_img/decor/top-icon-qwt.png) no-repeat center 10px;
				}

.body-contaner{
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 0.9em;
	color: #6d442e;
	}
	.body-header-contaner{
		position: relative;
		height: 250px;
		padding: 8px;
		}
		.body-header-contaner .magick-banners{
			width: 639px;
			height: 249px;
			overflow: visible;	
			margin: 0 0 0 auto;
			position: relative;
			}
			.body-header-contaner .magick-banners img{
				width: 639px;
				height: 248px;
				position: absolute;
				top: 0;
				right: 0;
				}
				
		.body-header-contaner .top-menu{
			position: absolute;
			top: 3px;
			left: 6px;
			width: 297px;
			height: 247px;
			padding: 5px 0;
			background: transparent url(../_img/decor/top-menu-ul.png) no-repeat left top;
			z-index: 100;
			}
			.body-header-contaner .top-menu ul{
				list-style: none;
				margin: 0;
				padding: 0;
				height: 249px;
				width: 297px;
				position: relative;
				}
				.body-header-contaner .top-menu ul li{
					list-style: none;
					height: 62px;
					overflow: hidden;
					}
					.body-header-contaner .top-menu ul li a{
						display: block;
						width: 297px;
						height: 62px;
						background: transparent url(../_img/decor/top-menu-li.png) no-repeat left;
						font: italic bold 1.2em Georgia, "MS Sans Serif", Geneva, sans-serif;
						text-decoration: none;
						color: #225394;
						position: relative;
						z-index: 100;
						}
					.body-header-contaner .top-menu ul li.selected a, .body-header-contaner .top-menu ul li.parent a{
						background-image: url(../_img/decor/top-menu-li-selected.png);
						}
						.body-header-contaner .top-menu ul li a img.icon{
							width: 83px;
							height: 62px;
							background: transparent url(../_img/decor/u-logos.png) no-repeat;
							margin: 0 9px 0 6px;
							float: left;
							}						
						.body-header-contaner .top-menu ul li a.glion img.icon{
							background-position: 0 0;
							}
						.body-header-contaner .top-menu ul li a.les_roches img.icon{
							background-position: -83px 0;
							}
						.body-header-contaner .top-menu ul li a.les_roches_marbella img.icon{
							background-position: -166px 0;
							}
						.body-header-contaner .top-menu ul li a.les_roches_jin_jiang img.icon{
							background-position: -249px 0;
							}

						.body-header-contaner .top-menu ul li.selected a.glion img.icon, .body-header-contaner .top-menu ul li.parent a.glion img.icon{
							background-position: 0 -61px;
							}
						.body-header-contaner .top-menu ul li.selected a.les_roches img.icon, .body-header-contaner .top-menu ul li.parent a.les_roches img.icon{
							background-position: -83px -61px;
							}
						.body-header-contaner .top-menu ul li.selected a.les_roches_marbella img.icon, .body-header-contaner .top-menu ul li.parent a.les_roches_marbella img.icon{
							background-position: -166px -61px;
							}
						.body-header-contaner .top-menu ul li.selected a.les_roches_jin_jiang img.icon, .body-header-contaner .top-menu ul li.parent a.les_roches_jin_jiang img.icon{
							background-position: -249px -61px;
							}	
						.body-header-contaner .top-menu ul ul img{
							display: none;
							}
						.body-header-contaner .top-menu ul ul li{
								height: auto;
							}

						.body-header-contaner .top-menu ul li a .country{
							display: block;
							color: #6d442e;
							font-size: 0.8em;
							}
						.body-header-contaner .top-menu ul li a .title{
							display: block;
							padding-top: 12px;
							}


				.body-header-contaner .top-menu ul .submenu{
					display: none;
					position: absolute;
					z-index: 50;
					top: 0;
					left: 6px;
					width: 454px;
					height: 248px;
					background: transparent url(../_img/decor/top-menu-ul-div.png) no-repeat;
					}
					.body-header-contaner .top-menu ul .submenu ul{
						display: block;
						position: absolute;
						top: 3px;
						left: 3px;
						width: 150px;
						height: 222px;
						background: #762f09 url(../_img/decor/top-menu-ul-ul.jpg) no-repeat;
						padding-left: 290px;
						padding-top: 20px;
						}
						.body-header-contaner .top-menu ul .submenu ul li{
							margin: 0.5em 0;
							}
							.body-header-contaner .top-menu ul .submenu ul li a{
								font: bold 0.9em/0.9em Arial, Helvetica, sans-serif;
								padding: 5px 5px;
								display: block;
								width: auto;
								height: auto;
								margin: 0;
								background: transparent;
								}
						
				.body-header-contaner .top-menu ul .submenu .submenu{
					display: none;
					position: relative;
					top: 0;
					left: 0;
					width: auto;
					height: auto;
					background: none;
					}
					.body-header-contaner .top-menu ul .submenu .submenu ul{
						display: block;
						position: relative;
						top: 0;
						left: 0;
						width: auto;
						height: auto;
						background: none;
						padding: 0;
						}
						.body-header-contaner .top-menu ul .submenu .submenu ul li{
							margin: 0;
							}
							.body-header-contaner .top-menu ul .submenu .submenu ul li a{
								font-size: 0.9em;
								font-weight: normal;
								padding: 3px 5px;;
								margin-left: 1em;
								}

							.body-header-contaner .top-menu ul .submenu ul li a:hover, 
							.body-header-contaner .top-menu ul .submenu ul li.selected a{
								background-color: #bc805e;
								}
								.body-header-contaner .top-menu ul .submenu ul li a span{
									padding: 0;
									}
								.body-header-contaner .top-menu ul .submenu .submenu ul li a{
									background-color: transparent;
									}
								.body-header-contaner .top-menu ul .submenu .submenu ul li a:hover, 
								.body-header-contaner .top-menu ul .submenu .submenu ul li.selected a{
									background-color: #bc805e;
									}

			
			.body-header-contaner .top-menu ul li.selected .submenu, 
			.body-header-contaner .top-menu ul li.parent .submenu, 
			.body-header-contaner .top-menu ul li.selected ul a, 
			.body-header-contaner .top-menu ul li.parent ul a{
				display: block;	
				}

				.body-header-contaner .top-menu ul li.selected a span, 
				.body-header-contaner .top-menu ul li.parent a span{
					color: #fff;
					}
					
		.body-header-contaner .admission-link{
			position: absolute;
			top: 217px;
			left: 655px;
			width: 285px;
			height: 47px;
			z-index: 1000;
			background: transparent url(../_img/decor/admission-link.png) no-repeat;
			}
			.body-header-contaner .admission-link a{
	position: absolute;
	display: block;
	top: 8px;
	left: 8px;
	width: 268px;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	background: transparent url(../_img/no.gif) repeat;
}
			.body-header-contaner .admission-link a span{
				display: none;
			}


	.body-midle-contaner{
		width: 100%;
		overflow: hidden;
		}
		.body-midle-contaner .left-col{
			width: 650px;
			float: left;
			}
			.body-midle-contaner .left-col .content{
				padding: 20px 30px 20px 40px;
				font-size: 0.9em;
				}

/* Style of page text
*******************************************************************************************************************/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul, .content ol{
	margin: 1em 0;
}
.content h1{
	color: #b22222;
	font: italic bold 1.4em Georgia, "MS Sans Serif", Geneva, sans-serif;
	line-height: 1em;
	margin-top: 0;
}
.content h2{
	color: #225394;
	font-size: 1.1em;
	font-weight: bold;
}
.content h3{
	color: #910000;
	font-size: 1em;
	font-weight: bold;
}

.content a{
	color: #225394;
	text-decoration: underline;
}

.content a:hover{
	color: #b22222;
}

.content img.whith-border{
	padding: 3px;
	border: 2px solid #b22222;
	background-color: White;
}
.content img.no-border{
	padding: 0;
	border: none;
}

.content ul{
	padding: 0 0 0 1em;
	list-style: none;
}
.content ul li{
	list-style: none;
	margin: 3px 0;
	padding-left: 15px;
	background: transparent url(../_img/decor/li.gif) no-repeat 0 0.35em;
}

.content hr{
	border: 1px solid #ffffff;
	border-bottom-color: #c02626;
}

.content table{
	width: 100%;
	border-collapse: collapse;
}

.content table td, .content table th{
	border: 1px solid #910000;
	padding: 8px;
	background-color: #fff;
}
.content table td p, .content table th p{
	margin: 0;
}

.content table th, .content table td.header, .content table tr.header td{
	background-color: #910000;
	color: #FFF;
	font-weight: bold;
}
.content table td.label{
	background-color: #ffe8d6;
	color: #910000;
}
/* End styles of page text ***********************/


		.body-midle-contaner .right-col{
			width: 290px;
			float: right;
			}
			.right-col-contaner{
				padding:4px;
				font-size: 0.9em;
				}
				
				
			table.block-1 td p, table.block-2 td p, table.block-3 td p{
				margin: 1em 0;
			}
			table.block-1{
				border: none;
				width: 279px;
				background: #c68d6c url(../_img/decor/right-col-block-1-bg.gif) repeat-y;
				margin: 0 auto;
				color: #ffe1a2;
				table-layout: fixed;
				}
				table.block-1 td{
					border: none!important;
					padding: 0;
					margin: 0;
					background: none;
					}				
					table.block-1 tr.t td{
						height: 8px;
						background-color: transparent;
						background-image: url(../_img/decor/right-col-block-1-top.gif);
						background-repeat: no-repeat;
						}						
					table.block-1 tr.b td{
						height: 8px;
						background-color: transparent;
						background-image: url(../_img/decor/right-col-block-1-bottom.gif);
						background-repeat: no-repeat;
						}
					table.block-1 tr.m td{
						background: transparent;
						}
					
					table.block-1 td.c{
						width: 263px;
						background-position: -7px 0;
					}
					table.block-1 td.l{
						width: 9px;
						background-position: 0 0;
						}
					table.block-1 td.r{
						width: 7px;
						background-position: right top;
						}
					
					table.block-1 tr.m td.c{
						padding: 10px;
						background: #c68d6c url(../_img/decor/right-col-block-1-midle.png) repeat-x top center;
						}
						.block-1 h2, .block-1 h3{
							color: White;
							font-size: 1em;
							font-weight: bold;
							}
						.block-1 h2{
							margin-top: 0;
							font: italic bold 1em Georgia, "MS Sans Serif", Geneva, sans-serif;
							}


					
					
			table.block-2{
				border: none;
				width: 276px;
				background: #c68d6c url(../_img/decor/right-col-block-2-bg.jpg) repeat-y;
				margin: 0 auto;
				table-layout: fixed;
				}
				table.block-2 td{
					border: none!important;
					padding: 0;
					margin: 0;
					background: none;
					}				
					table.block-2 tr.t td{
						height: 26px;
						background-color: transparent;
						background-image: url(../_img/decor/right-col-block-2-top.png);
						background-repeat: no-repeat;
						}						
					table.block-2 tr.b td{
						height: 21px;
						background-color: transparent;
						background-image: url(../_img/decor/right-col-block-2-bottom.png);
						background-repeat: no-repeat;
						}
					table.block-2 tr.m td{
						background: transparent;
						}
					
					table.block-2 td.c{
						width: 264px;
						background-position: -6px 0;
					}
					table.block-2 td.l{
						width: 6px;
						background-position: 0 0;
						}
					table.block-2 td.r{
						width: 6px;
						background-position: right top;
						}
					
					table.block-2 tr.m td.c{
						padding: 10px 20px;
						}
						.block-2 h2{
							margin-top: 0;
							font: italic bold 1.2em Georgia, "MS Sans Serif", Geneva, sans-serif;
							}
							
					
			table.block-3{
				border: none;
				width: 570px;
				background: #fff url(../_img/decor/block-3-midle.png) repeat-y;
				margin: 0 auto;
				table-layout: fixed;
				}
				table.block-3 td{
					border: none!important;
					padding: 0;
					margin: 0;
					background: none;
					}				
					table.block-3 tr.t td{
						height: 12px;
						background-color: transparent;
						background-image: url(../_img/decor/block-3-top.png);
						background-repeat: no-repeat;
						}						
					table.block-3 tr.b td{
						height: 12px;
						background-color: transparent;
						background-image: url(../_img/decor/block-3-bottom.png);
						background-repeat: no-repeat;
						}
					table.block-3 tr.m td{
						background: transparent;
						}
					
					table.block-3 td.c{
						width: 546px;
						background-position: -12px 0;
					}
					table.block-3 td.l{
						width: 12px;
						background-position: 0 0;
						}
					table.block-3 td.r{
						width: 12px;
						background-position: right top;
						}
					table.block-3 tr.m td.c{
						padding: 0 10px;
						}
						
						
			table.block-4{
				border: none;
				width: auto;
				background: transparent;
				margin: 0 0;
				}
				table.block-4 td{
					border: none!important;
					padding: 0;
					margin: 0;
					background: none;
					}	
					table.block-4 tr.t td, table.block-4 tr.b td{
						height: 6px;
					}
					table.block-4 tr td.l, table.block-4 tr td.r{
						width: 6px;
					}
					table.block-4 tr.t td.l{
						background: transparent url(../_img/decor/img-wraper-tl.gif) no-repeat 0 0;
					}
					table.block-4 tr.t td.c{
						background: transparent url(../_img/decor/img-wraper-tc.gif) repeat-x 0 0;
					}
					table.block-4 tr.t td.r{
						background: transparent url(../_img/decor/img-wraper-tr.gif) no-repeat 0 0;
					}
					table.block-4 tr.m td.l{
						background: transparent url(../_img/decor/img-wraper-ml.gif) repeat-y 0 0;
					}
					table.block-4 tr.m td.c{
						background: transparent;
					}
					table.block-4 tr.m td.r{
						background: transparent url(../_img/decor/img-wraper-mr.gif) repeat-y 0 0;
						}
					table.block-4 tr.b td.l{
						background: transparent url(../_img/decor/img-wraper-bl.gif) no-repeat 0 0;
					}
					table.block-4 tr.b td.c{
						background: transparent url(../_img/decor/img-wraper-bc.gif) repeat-x 0 0;
					}
					table.block-4 tr.b td.r{
						background: transparent url(../_img/decor/img-wraper-br.gif) no-repeat 0 0;
					}
					table.block-4 tr.m td.c, table.block-4 tr.m td.c p{
						padding: 0!important;
						margin: 0!important;
						line-height: 0.8em;
						}
					table.block-4 tr.m td.c img{
						border: none!important;
						margin: 0!impotrant;
					}
							

						a.button-link{
							display: block;
							width: 273px;
							height: 42px;
							margin: 0 auto;
							background: #bc5948 url(../_img/decor/button-link.png) no-repeat;
							overflow: hidden;
							text-align: center;
							color: #fff;
							font: italic bold 17px/40px Georgia, "MS Sans Serif", Geneva, sans-serif;
							text-decoration: none;
							}
						a.button-link:hover{
							color: #fff;
							}


.body-footer-contaner{
	height: 170px;
	background: #fff url(../_img/decor/footer-bg.gif) repeat-x top;
	margin: 0 20px;
	overflow: hidden;
	font-size: 0.8em;
	}

	.body-footer-contaner .copyright{
		background: transparent url(../_img/decor/iq-logo.gif) no-repeat 20px 20px;
		padding-top: 110px;
		padding-left: 20px;
		width: 600px;
		float: left;
		}

	.body-footer-contaner .contacts{
		width: 180px;
		float: right;
		padding-top: 20px;
		}
		.body-footer-contaner .contacts ul{
			list-style: none;
			}
			.body-footer-contaner .contacts a{
				color: #b22222;
				}

	.body-footer-contaner .counters{
		width: 70px;
		float: right;
		text-align: center;
		padding-top: 20px;
		}

/** #brochure_order_form
*****************************************************************************/

.brochure_order_form div.row{
	text-align: left;
	margin: 0.5em 0;
	white-space: normal;
}

.brochure_order_form input.text, .brochure_order_form textarea{
	width: auto;
	width: 240px;
	margin: 0;
	border: none;
	background-color: White;
	border: 1px solid #b22222;
}	

.brochure_order_form input.error{
	border-color: Red;
	background-color: #FFD7D0;
}


.brochure_order_form label{
	width: auto;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	float: none;
}	
.brochure_order_form label.bold{
	font-weight: bold;
}

.brochure_order_form div.buttons{
	padding-top: 0.5em;
	text-align: center;
}

.brochure_order_form .buttons button{
	background: #f0bc8f url(../_img/decor/buttons-bg.gif) repeat-x top;
	border: 1px solid #b52a2a;
	color: #6d442e;
	font-weight: bold;
	padding: 5px 10px;
}

.brochure_order_form div.result{
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	font-size: 1.3em;
	display: none;
}
.brochure_order_form .loader{
	height: 30px;
	background: transparent url(../_img/loader.gif) no-repeat center center;
	display: none;
	border: 1px solid #b22222;
	background-color: #FFF;
}


/** #newsListContaner
*************************************************************************************/

#newsListContaner ul.pagenator{
	list-style: none;
	margin: 0;
	padding: 0;
}

#newsListContaner ul.pagenator li{
	float: left;
	padding: 0;
	background: none;
	margin-right: 5px;
}

#newsListContaner ul.pagenator li a{
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background-color: #ffe9c5;
	border: 1px solid #712b08;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #712b08;
}
#newsListContaner ul.pagenator li a:hover,#newsListContaner ul.pagenator li.selected a{
	background-color: #712b08;
	color: #fff;
}
#newsListContaner ul.pagenator li.label{
	font-weight: bold;
}
#newsListContaner h3, #newsListContaner h3 a{
	margin-top: 0;
	color: #910000;
	text-decoration: none;
}
#newsListContaner h3 a:hover{
	text-decoration: underline;
}

/* #FormForExam
************************************************************************/

#FormForExam{
	margin: 1em auto;
	width: 505px;
}
#FormForExam .row{
	clear: both;
	margin: 0.8em 0;
	overflow: hidden;
}
#FormForExam .row label{
	display: block;
	text-align: left;
	font-weight: bold;
}

#FormForExam .row input.text{
	border: 1px solid #4F0000;
	width: 500px;
	background-color: #FDF5E6;
}
#FormForExam .buttons{
	margin-top: 1.5em;
	text-align: center;
}

#FormForExam .buttons input.button{
	background: #f0bc8f url(../_img/decor/buttons-bg.gif) repeat-x top;
	border: 1px solid #4F0000;
	color: #6d442e;
	font-weight: bold;
	padding: 5px 10px;
}

#FormForExam .title{
	margin: 1.5em 0 0 0;
	text-align: center;
	color: #225394;
	font-size: 1.1em;
	font-weight: bold;
}

#FormForExam .result{
	padding: 1em;
	text-align: center;
	font-weight: bold;
	color: Maroon;
	background-color: #FAFAD2;
	border: 1px solid #513D0C;
}


/** #ConferenceQuestions
***************************************************************/

#ConferenceQuestions .item{
	margin: 1.5em 0;
	border: 2px solid #f1c092;
	padding: 1px;
	background-color: #fff;
}

#ConferenceQuestions .item .wrap{
	border: 1px solid #f1c092;
	background-color: #fdf8f3;
}

#ConferenceQuestions .item .wrap div.text{
	padding: 10px;
}

#ConferenceQuestions .item .wrap div.rating{
	background-color: #faeada;
	line-height: 2em;
}

#ConferenceQuestions .item .wrap div.rating a.join-button, #ConferenceQuestions .item .wrap div.rating span.voices{
	display: inline-block; 
	padding: 0 10px;
}
#ConferenceQuestions .item .wrap div.rating span.voices{
	font-weight: bold;
	background-color: #f7dabe;
	width: 90px;
}

#ConferenceQuestions .item .wrap div.rating a.selected{
	background-color: #c68d6c;
	color: #fff;
	text-decoration: none;
}
#ConferenceQuestions .item .wrap div.rating a.disabled{
	background-color: transparent;
	color: Silver;
	text-decoration: none;
	cursor: default;
}
#ConferenceQuestions .item .wrap .join-contaner form{
	padding: 10px;
	background-color: #c68d6c;
	white-space: nowrap;
}
#ConferenceQuestions .item .wrap .join-contaner label{
	color: #ebe1a2;
	font-weight: bold;	
}

#ConferenceQuestions .item .wrap .join-contaner input{
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #824d43;
	margin-right: 10px;
	width: 140px;
}

#ConferenceQuestions .item .wrap .join-contaner button{
	background: #f0bc8f url(../_img/decor/buttons-bg.gif) repeat-x top;
	border: 1px solid #4F0000;
	font-size: 11px;
	color: #6d442e;
	font-weight: bold;
	padding: 3px 8px;
	cursor: pointer;
}

#ConferenceQuestions .item .wrap .join-contaner .result{
	padding: 10px;
	border-top: 1px solid #f1c092;
	text-align: center;
	font-weight: bold;
	color: Maroon;
	background-color: #FAFAD2;
}

#ConferenceQuestions .addFormContaner{
	border-top: 1px solid #c02626;
	padding-top: 15px;
}

#ConferenceQuestions .addFormContaner input, #ConferenceQuestions .addFormContaner textarea{
	background-color: #fdf8f3;
	border: 1px solid #5e2200;
	font-size: 12px;
}

#ConferenceQuestions .addFormContaner label{
	font-weight: bold;
}

#ConferenceQuestions .addFormContaner input{
	width: 150px;
	margin-right: 10px;
}

#ConferenceQuestions .addFormContaner textarea{
	margin: 1em 0;
	width: 100%;
}

#ConferenceQuestions .addFormContaner .buttons{
	text-align: center;
}

#ConferenceQuestions .addFormContaner .buttons button{
	background: #f0bc8f url(../_img/decor/buttons-bg.gif) repeat-x top;
	border: 1px solid #4F0000;
	font-size: 12px;
	color: #6d442e;
	font-weight: bold;
	padding: 5px 15px;
	cursor: pointer;
}

#ConferenceQuestions .addFormContaner .result{
	margin: 0 0 1em 0;
	padding: 10px;
	border: 1px solid #f1c092;
	text-align: center;
	font-weight: bold;
	color: Maroon;
	background-color: #FAFAD2;
}


/** #player 
**********************************************/

#player{
	display: block;
	margin: 0 auto;
	background: Black url(../_img/showme.png) no-repeat;
	width: 425px;
	height: 300px;
	text-decoration: none;
	cursor: pointer;
}