@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.main {
	border: 1px solid #BEBEBE;
	height: 500px;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.main .logo {
	background-image: url(../images/logo.jpg);
	height: 120px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: center center;	
}
.main .dmb-side
{
    background-position: left bottom;
    float: left;
    height: 350px;
    width: 480px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D8D8D8;
    background-image: url('full.png');
    background-repeat: no-repeat;
}
.main .dmb-side .dmb {
	width: 450px;
	height: 290px;
	font-family: Tahoma;
	font-size: 8.5pt;
	border: 1px solid #D7D7D7;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.main .dmb-side .dmb p 
{
    margin:0px;
    padding :0px;
}
.main .dmb-side a
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 9pt;
    color: #FF0000;
    text-align: center;
    direction: rtl;
}

.main .info {
	float: left;
	height: 350px;
	width: 200px;
	margin: 9px;
}
.main .info .label {
	font-family: Tahoma;
	font-size: 9pt;
	direction:rtl;
	text-align: right;
	width: 200px;
	height: 20px;
	margin-top: 10px;
	color: #A3A3A3;
}
.main .info .input {
	height: 20px;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: right;
	direction: rtl;
	padding: 3px;
}
.main .info .Gobtn {
	height: 30px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
.main .info .submit {
	height: 25px;
	width: 80px;
	margin-right:0px;
	margin-left: 15px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
}