*{
	padding:0;
	margin:0;
	border:0;
    font-family: 'BYEKAN';
}

body{
	background:url(../images/bg.png);
	direction:rtl;
}
#header{
	width:100%;
	height:115px;
	//background-image:url(../images/header.png);
	padding: 15px 0 0;
}
#logo-header{
	float:none;
	width:355px;
	height:105px;
	background-image:url(../images/logo.png);
	margin:10px auto;	
}
#chat-name{
	cursor:default;
	float:right;
	color:#FFF;
	font-size:40px;
	margin:20px 75px 0 0;	
}
#description{
	cursor:default;
	float: none;
	width: 216px;
	height: 25px;
	font-size: 17px;
	color: #FF3;
	background-color: #3b5998;
	margin:5px auto;
	padding:0 30px 0 25px;
}
#center{
	float:none;
	margin:auto;
	width:930px;
	height:470px;
	background-image:url(../images/body.png);
	margin-top:68px;
}
#top-menu{
float: right;
    height: 56px;
    margin-right: 121px;
    margin-top: 14px;
    width: 681px;

}
#top-menu ul{
	float: right;
    list-style: outside none none;
    margin-right: 66px;
    margin-top: 14px;
}
#top-menu ul li{
	background: rgb(133, 39, 149) none repeat scroll 0 0;
    border-radius: 15px 10px;
    box-shadow: -6px 0 rgb(156, 53, 169) inset;
    float: right;
    margin-right: 25px;
    padding: 0 13px;
}
#top-menu ul li a{
	color: rgb(255, 255, 255);
    font-family: B Koodak;
    font-size: 18px;
    text-decoration: none;
    text-shadow: 1px 1px rgb(17, 17, 17);
}
.clear {
    clear: both;
}
.vorood{
	 float: right;
    height: 360px;
    margin-right: 24px;
    width: 250px;
}
.login-f {
	width:100%;
    color: rgb(135, 16, 157);
    float: right;
    font-family: B Koodak;
    font-size: 19px;
    text-shadow: 1px 1px rgb(255, 255, 255);	
	margin-right:10px;
}
#lay_pw{
	width:100%;
	 color: rgb(135, 16, 157);
    float: right;
    font-family: B Koodak;
    font-size: 17px;
    text-shadow: 1px 1px rgb(255, 255, 255);
	margin-right:10px;
}
.login-g{
	 color: rgb(135, 16, 157);
    float: right;
    font-family: B Koodak;
    font-size: 19px;
    text-shadow: 1px 1px rgb(255, 255, 255);
	margin-right:10px;
	margin-top:5px;
}
.input-name{
	border: 1px solid rgb(204, 204, 204);
	color:#828282;
    border-radius: 5px;
    font-family: tahoma;
    height: 30px;
    padding-right: 6px;
    text-align: center;
    width: 168px;
	margin-top:92px;
	margin-right:10px;	
}
.input-ps{
	border: 1px solid rgb(204, 204, 204);
	color:#828282;
    border-radius: 5px;
    font-family: tahoma;
    height: 30px;
    padding-right: 6px;
    text-align: center;
    width: 168px;
	margin-top:10px;
	margin-right:5px;
}
.select{
	border: 1px solid rgb(204, 204, 204);
	color:#3E3E3E;
    border-radius: 5px;
    font-family: tahoma;
    height: 30px;
    padding-right: 6px;
    text-align: center;
	height:30px;
	width:168px;
	margin-right:10px;
}
#lay_hide{
	margin-right:10px;
	color:#3A3A3A;	
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgb(133, 39, 149) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.3);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 1px 1px 0 rgba(238, 168, 255, 0.41) inset;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font: 18px B Koodak;
    height: 45px;
    right: -5px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.16);
    transition: all 0.1s ease-in 0s;
    width: 220px;
	margin-right:15px;
	margin-top:30px;
}
.btn:hover {
    background: rgb(153, 153, 153) none repeat scroll 0 0;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.29) inset;
}
.b-2 {
    float: right;
    height: 360px;
    margin-right: 10px;
    margin-top: 20px;
    width: 360px;
}