@charset "utf-8";
/* CSS Document */
html {
		overflow-x:hidden;
}
body {
	background-color:#ecfbff;
	
	margin:0px;
	margin-top:10px;
	font-family:tahoma;
	font-size:12px;
}
.main {
	padding:5px;
}
a {
	color:#bc4d15;
}
.lang {
	color:#FFFFFF;
}
h3{
	background-image:url(../images/hback.gif);
	background-repeat:repeat-x;
	height:45px;
	padding:5px;
	padding-top:10px;
	font-size:16px;
	margin-top:5px;
	margin-bottom:-10px;
}


.comment
{
	top: 4px;
	font-size: 13px;
	line-height: 5px;
	color: #000;
	letter-spacing: -1px;
	background: url('../images/a22.gif') bottom repeat-x;
	background-color:#FFF6D0;
	padding: 5px 0px 10px 0px;
	margin-bottom: 5px;
}

.Video
{
	background: url('../images/a33.gif') bottom repeat-x;
	padding: 5px 0px 10px 0px;
	margin-bottom: 5px;
}

.mcomment
{
	border:1px solid #c0c0c0;
	background-color:#FFFBEC;
}

.input {
	width:118px;
	border:1px solid #000000;
}

.buttonS{
	width:60px;
	height:25px;
	background:url(../images/Search.gif);
	}