body
{
	background-image:url(../images/bg.png)
}

.tf-user,.tf-pass
{
	background:#fff url(../images/username.png) right center no-repeat;
	width:150px;
	height:35px;
	border-radius:3px;
	border:groove 2px rgba(255,0,255);
	padding:0 10px;
	padding-right:35px;
	font-size:13px;
	text-align:right;
	font-family:tahoma;
	color:#0000FF;
	direction:rtl
}

.btn
{
	cursor:pointer;
	margin-top:10px;
	background:#FFEFD5;
	border:groove 3px rgba(0,255,255);
	font-family:Yekan,tahoma;
	color:rgba(255,239,213);
	position:relative;
	font-size:16px;
	width:180px;
	color:#0000FF;
	height:40px;
	border-radius:5px;
	padding:0 20px;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-ms-transition:all .2s ease-in
}

#golrizweb_ir
{
	background-color:rgba(241,241,241,0.51);
	width:400px;
	height:270px;
	border:5px groove cyan;
	border-radius:10px;
	font-family:A GOOGLE
}

@media screen and (max-width:980px) {
	#golrizweb_ir
	{
		width:100%;
		margin:0;
		height:auto;
		max-width:100%
	}
}