.box {
	margin-bottom: 30px;
}

.stdbox_more {
	float: right;
	margin: 5px 3px 0 0;
}

.stdbox_more img{
	border: 0 none;
}

.outerboxcontent {
	color: #7A7878;
	font-size: 11px;
	background-image:url('/templates/contaxe3/images/design/std_box_bg.gif');
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #C5B2B3;
}

.innerboxcontent {
	width: 190px;
	margin: 10px 0 10px 10px;
}

.box input.editbox {
	border: 1px solid #C6B4B5;
	background-color: #FFFFFF;
}

.box input.error {	border: 1px solid #CC0000;}
.box input.notice {	background-color: #EEFFBB;}

