/* TabStrip wrapper */
.ts { width:450px;height:30px; }
	.ts-l { float:left;width:10px;height:30px;background:transparent url("images/tabs/static.png") no-repeat -16px 0; }
	.ts-m { float:left;width:430px;height:30px;background:transparent url("images/tabs/horizontal.png") repeat-x; }
	.ts-r { float:left;width:10px;height:30px;background:transparent url("images/tabs/static.png") no-repeat -26px 0; }

/* TabStrip */
.tab,.tab-h,.tab-s { font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:#fff;cursor:default; }

.t { width:110px;height:30px;display:block; }
.t .l { float:left;width:8px;height:30px;background:none; }
.t .m { float:left;width:94px;height:30px;line-height:30px;background:none;text-align:center;cursor:pointer;}
.t .r { float:left;width:8px;height:30px;background:none; }

.tab-h .t .l { background:transparent url("images/tabs/static.png") no-repeat; }
.tab-h .t .m { background:transparent url("images/tabs/horizontal.png") repeat-x 0 -30px; }
.tab-h .t .r { background:transparent url("images/tabs/static.png") no-repeat -8px 0; }

.tab-s .t .l { background:transparent url("images/tabs/static.png") no-repeat 0 -30px; }
.tab-s .t .m { color:#000;background:transparent url("images/tabs/horizontal.png") repeat-x 0 -60px;font-weight:bold;font-size:1.0em;cursor:pointer;}
.tab-s .t .r { background:transparent url("images/tabs/static.png") no-repeat -8px -30px; }

/* MultiPage wrapper */
.mp { width:450px;height:270px;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;color:#000; }
	/* Top left & right */
	.mpt { width:100%;height:4px; }
		.mpt-l { float:left;display:block;width:10px;height:100%;background:#000 url("images/tabs/static.png") no-repeat -16px -30px; }
		.mpt-m { float:left;display:block;width:430px;height:100%;background-color:#fff; }
		.mpt-r { float:left;display:block;width:10px;height:100%;background:#000 url("images/tabs/static.png") no-repeat -26px -30px; }
	/* MultiPage content */
	.mpc { width:100%;height:250px;background:#fff url("images/tabs/vertical.png") repeat-y; }
		.mpc p { padding-left:20px; }
		.mpc div.address {
		padding-left:20px;
		}
		
	.mpb { width:100%;height:10px; }
		.mpb-l { float:left;display:block;width:10px;height:100%;background:transparent url("images/tabs/static.png") no-repeat -16px -34px; }
		.mpb-m { float:left;display:block;width:430px;height:100%;background:#fff url("images/tabs/horizontal.png") repeat-x 0 -90px; }
		.mpb-r { float:left;display:block;width:10px;height:100%;background:transparent url("images/tabs/static.png") no-repeat -26px -34px; }
		
	.mpc div.address ul{
	    float:left;
	    }
	.mpc div.address ul li{
	    width:400px;
	    font-size:1.1em;
	    margin:13px 0;
	    }
	.mpc div.address ul li label{
	    width:120px;
	    }
	    
	    .mpc div.address ul li input.text{border:solid 1px #cdcdcd;width:200px;}
	    .mpc div.address ul li span.checkBox input{
	        width:auto;
	        border:none;
        }