@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font:11px Tahoma;
	background:url(images/bg2.gif);
}
img{
	border:0;
}
.cb{
	clear:both;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
ul li{
	padding:0;
	margin:0;
}
a,body,input,select,textarea{
	font:11px Tahoma;
	text-decoration: none;
	color:#333;
}
a{
	color:#83389E;
}
a:hover{
	color:#CE64D7;
}

.red{
	color: #F2531E;
}
.green{
	color: #81B82E;
}
.bold{
	font-weight: bold;
}

.left{
	float: left;
}
.right{
	float: right;
}




.layout{
	width: 400px;
	margin-top: 50px;
	direction: rtl;
}
.content{
	width: 400px;
	border: 1px solid #C0C0C0;
	background-color: #E0E0E0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#C0C0C0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #E0E0E0, #C0C0C0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #E0E0E0, #C0C0C0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #E0E0E0, #C0C0C0); /* IE10 */
	background-image:      -o-linear-gradient(top, #E0E0E0, #C0C0C0); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #E0E0E0, #C0C0C0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0E0E0', EndColorStr='#C0C0C0'); /* IE6-IE9 */
	zoom:1;
	text-align: right;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
.content .title{
	font-weight: bold;
	margin: 5px 10px;
}
.footer{
	margin-top: 10px;
	line-height: 18px;
}
.inner{
	padding: 10px;
}