.pages_left{
	width:78%;
}

.pages_right{
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:  10px 10px 10px 10px;
	border-radius:  10px 10px 10px 10px;
	border:1px solid #e7e7e7;
	overflow:hidden;
	width:20%;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	color:#ffffff;
}

.pages_right_title{
	padding:8px 10px;
	background-color:#413738;
	background-image:url(/content/themes/Admin/images/menubarbg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	font-weight:bold;
}

.pages_right_content{
	background-color:#413738;
	background-image:url(/content/themes/Admin/images/menubarbg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding:10px;
}

.pages_right_content select{
	width:100%;
}

.pages_right_content textarea{
	width:94%;
	height:100px;
}
