﻿/****************/
 #panel3 {
	 
	color: #f26667;    			
	direction:rtl;	
    padding:1%;
    background-color:#bc2e2d;
    height:80%;
}

#panel3 h1 {
	font-size: 1.6em;
	padding: 0px 0 10px;
	margin: 0;
	
}

#panel3 h2{
	font-size: 1.2em;
	padding: 0px 0 5px;
	margin: 0;
	color: #A31013;
}

#panel3 p
{
	margin: 0px 0;
	padding: 0;
	font-size: large;
    color: #f26667;
}

#panel3 a
{
	text-decoration: none;
	
	
}

#panel3 a:hover {
	color: white;
}

#panel3 a-lost-pwd {
	display: block;
	float: left;
}

#panel3 .content {
	height:100%;
   width:auto;
	margin: 0% auto 0 auto;	
	text-align: right;
	font-size: 1em;
   
	
}

#panel3 .content .left {
	width:auto;
	float: none;
	padding: 0 0px;
	
}

#panel3 .content .right
{
	border-right: 1px solid #333;
	background-color: #ffe47c;
	height:60px;
    overflow:hidden;
    cursor:pointer;
}
  
#panel3 .content form {
	margin: 0 0 0px 0;
	
	height:auto;
	
	width:auto;
	min-width:100px;
}

#panel3 .content label {
	float: left;
	padding-right: 8px;
	clear: none;
	width: 100%;
	display: block;
    color:#f26667;

}

#panel3 .content input.field {
	border:none;
	background: #a38787;	
	width: 94%;
	color: white;
	padding:1%;
    margin:12px 0;
		
}
#panel3 .content .itemgroup{
	
	width: 100%;
	color: purple;
	height: 40px;
	margin-top: 30px;
		
}

#panel3 .content input:focus.field {
	background: #545454;
}
#panel3 .content input.bt_login, #panel3 .content input.bt_register
{
	display: block;	
	height: 30px;
	text-align: center;
	cursor: pointer;
	border: none;
	position:relative;
   
	font-size: large;
}

#panel3 .content input.bt_login {
	width: 74px;	
    color:white;
	font-family: IRANSans , tahoma, Arial, Helvetica, sans-serif;
    float:left;
}

#panel3 .content input.bt_register
{
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
	font-family: IRANSans , tahoma, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
}

#panel3 .lost-pwd {
	display: block;
	float:right;
	clear: right;
	padding: 0px 20px 0;
	font-size: 0.95em;
    
	text-decoration: underline;
}
  #panel3 .content .right h1 {
        color:#23013b;
    }
  #panel3 .content .right label {
        color:#23013b;
    }
  #panel3 .loginname
  {
      font-size:x-large;
      color:#ffe47c;
  }
.logout
  {
      font-size:large;
      color:#A31013;
  }
.regQ
{   
    width: 100%;
    font-size: 1.3rem;
    background: #bc2e2d;
    padding: 5px 0 10px;
    font-family: 'yekan';
    color:#fff;
    top:0;
}
