/* begin Page */
#page-background-glare-image
{
  zoom: 1;
}

img
{
  filter: expression(artFixPNG(this));
}/* end Page */

/* begin Box, Sheet */
.sheet-tl
{
  clip: rect(auto 49px 49px auto);
}

.sheet-tr
{
  clip: rect(auto auto 49px 49px);
}

.sheet-bl
{
  clip: rect(49px 49px auto auto);
}

.sheet-br
{
  clip: rect(49px auto auto 49px);
}

.sheet-tc
{
  clip: rect(auto auto 49px auto);
}

.sheet-bc
{
  clip: rect(49px auto auto auto);
}

.sheet-cr
{
  clip: rect(auto auto auto 49px);
}

.sheet-cl
{
  clip: rect(auto 49px auto auto);
}

.sheet-body
{
  zoom: 1;
}
/* end Box, Sheet */

/* begin Layout */
.content-layout, .content-layout-row {display: block;}
.content-layout, .content-layout-row {zoom: 1;}
/* end Layout */

/* begin Box, Block */

.block-body
{
  zoom: 1;
}
/* end Box, Block */

/* begin BlockHeader */
.blockheader .r
{
  clip: rect(auto auto auto 870px);
}
/* end BlockHeader */

/* begin Box, BlockContent */

.blockcontent-body
{
  zoom: 1;
}
/* end Box, BlockContent */

/* begin Button */
.button-wrapper .button-r
{
  clip: rect(auto auto auto 408px);
}
/* end Button */

/* begin Box, Post */

.post-body
{
  zoom: 1;
  
    direction:ltr;
}
/* end Box, Post */

/* begin PostContent */
.postcontent
{
  height: 1%;
}
/* end PostContent */

/* begin Footer */
.footer-r
{
  clip: rect(auto auto auto 13px);
}

/* end Footer */

/* begin LayoutCell, content */
.content {width: auto;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell
{
  display: block;
  position:relative;
  float: left;
  clear: right;
}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell {  zoom:1; }
.layout-cell .layout-cell{ float: none; clear: both;}
/* end LayoutCell, content */


.logtmp
{
	color:#999;
	right:0;
	text-align:right;
	margin-bottom:10px;
	position:absolute;
}

.logtmp li
{
	font-family: BYekan, "Times New Roman", Times, serif;
	font-size:18px;
	padding-right:20px;
	position:relative;
	float:right;
}

.logframe
{
    border: dashed 1px #BFBFBF;
    background-color: #CCC;
    padding-right: 10px;
    height:70px;
}

.logframe input[type="text"],
.logframe input[type="password"]
{
  border: 1px solid #dfdfdf;
  color: #444;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 12px;
  width: 200px;
  /* CSS3 */
  -moz-box-shadow: inset 0px 1px 2px #eee;
  -webkit-box-shadow: inset 0px 1px 2px #eee;
  box-shadow: inset 0px 1px 2px #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


.header-left 
{
    position:absolute;
    left:0px;
    width:630px;
    height:200px;
    background-position: top;
    margin-left: 70px;
    margin-top: 70px;
    background-repeat: no-repeat;
}