@CHARSET "UTF-8";

body
{
	margin: 0px;
	padding: 0px;	
	font-size: 12px;
	font-family: Arial,sans-serif;
	color: #333333;
}
img
{
	border: 0px;
}

a
{
	color: #999;	
}

#left-colomn
{
	width: 262px;

}

#right-colomn
{
	float: right;
}

#right-colomn div.logo-mymoza
{
margin-bottom: 7px;
}

#right-colomn div.text
{
	width: 262px;
	color: #999;
}

#right-colomn div.text a
{
	color: #999;
}
#right-colomn div.content-box
{
	width:262px;
}

#right-colomn div.content-box
{
	width:262px;
	padding-top: 15px;
}

#right-colomn div.content-box div.top
{
	background: url(/static/img/box_top.jpg) no-repeat bottom;
	height: 20px;
}
#right-colomn div.content-box div.content 
{
	padding-left: 15px;
	padding-right: 15px;
	background: #eaeaea;
	height: 63px;
}
#right-colomn div.content-box div.content input 
{
	width: 225px;
	text-align:center;
	font-size: 14px;
	margin-top: 5px;
}
#right-colomn div.content-box div.content input[type="file"]
{
	font-size: 11px;
}

#right-colomn div.content-box div.stick-bottom
{
	background: #eaeaea;
	padding-left: 15px;
	height: 27px;
}
#right-colomn div.content-box div.bottom
{
	background: url(/static/img/box_bottom.jpg) no-repeat;
	height: 10px;
}

div#form
{
	width: 550px;
}

form
{
	margin: 0px;
}

