/*Module*/

.module {
	clear: right;
	}
	
.tab {
	clear: none;
	float:right;
	}
	
.topt {
	margin: -16px 8px -4px 0;
	}

.bott {
	margin: -4px 8px 0 -8px;
	}
	
.m-t {
	margin-left: 8px;
	height: 8px;
	position: relative;
	background: url(module/base.png) 100% 0 no-repeat;
	}

.m-t2 {
	height: 8px;
	width: 8px;
	position: relative;
	left: -8px;
	background: url(module/base.png) 0 0 no-repeat;
	}
	
.m-m {
	margin-left: 8px;
	background: url(module/border.png) 100% 0 repeat-y;
	}

.m-m2 {
	padding-left: 8px;
	position: relative;
	left: -8px;
	background: url(module/border.png) 0 0 repeat-y;
	}
	
.m-m3 {
	border: 1px solid #cccccc;
	}

.m-b {
	margin-left: 8px;
	height: 8px;
	background: url(module/base.png) 100% 100% no-repeat;
	}

.m-b2 {
	height: 8px;
	width: 8px;
	position: relative;
	left: -8px;
	background: url(module/base.png) 0 100% no-repeat;
	}
.am {
	background-image: url(module/90base.png);
	}
.ab {
	background-image: url(module/90border.png);
	}
