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