/* common --------------------------------------------------------------------------*/
.common1{
	background:url(media/bg_top.jpg) repeat-x top #FFFFFF;
	width:100%;
	height:auto;
}
.common2{
	background:url(media/bg_right.jpg) repeat-y right;
	width:100%;
	height:auto;
}
.common3{
	background:url(media/bg_bottom.jpg) repeat-x bottom;
	width:100%;
	height:auto;
}
.common4{
	background:url(media/bg_left.jpg) repeat-y left;
	width:100%;
	height:auto;
}
.common5{
	background:url(media/curve_topleft.jpg) no-repeat top left;
	width:100%;
	height:auto;
}
.common6{
	background:url(media/curve_topright.jpg) no-repeat top right;
	width:100%;
	height:auto;
}
.common7{
	background:url(media/curve_bottomright.jpg) no-repeat bottom right;
	width:100%;
	height:auto;
}
.common8{
	background:url(media/curve_bottomleft.jpg) no-repeat bottom left;
	width:auto !important;
	width:100%;
	padding:20px;
}
/* --------------------------------------------------------------------------*/
.title{
	margin-bottom:5px;
}
.actionbuttons{
	text-align:right;
	padding-top:10px;
}
