@charset "utf-8";
/* CSS Document */


/* ======================================================== */


.main-table {
	border:1px solid black;
	}
.main-table td{
	height:30px;
	text-align:center;
	padding:3px;
	}
.main-table th{
	border-spacing:1px;
	text-align:right;
	font-size:14px;
	padding:5px;
	background-color:#F0F0F0;
	border-bottom:1px solid #000;
	}
.title-text {
	text-align:right;
	font-size:14px;
	padding:5px;
	border-bottom:1px solid #000;
	}
#skill input[type=text] {
	width:200px;
	}
.button-style {
	margin:10px 15px;
	padding-bottom:4px;
	font:bold 12px Tahoma, Geneva, sans-serif;
	width:80px;
	height:30px;
	}


/* =================================================== */

.main-table input[type=text] {
	width:150px;
	}
.input-text-w200 {
	width:120px;
	}
.input-text-w510{
	width:460px;
	}
.input-text-w545{
	width:500px;
	}
	
	
/* ============================================= */

.table-reg {
    margin-left:auto;
	margin-right:auto;
	}
.table-reg input[type=text]{
	font:12px Tahoma, Geneva, sans-serif;
	color:#333;
	}
.table-reg input[type=text]:hover{
	border:2px solid #09F;
	height:16px;
	}
.table-reg-bg-top-right {
	width:10px;
	height:50px;
	background:url(../images/artist/top-right.gif) no-repeat;
	}
.table-reg-bg-top-cen {
	height:50px;
	background:url(../images/artist/top-main.gif);
	text-align:center;
	}	
.table-reg-bg-top-left {
	width:10px;
	height:50px;
	background:url(../images/artist/top-left.gif) no-repeat;
	}
.table-reg-bg-mid-left {
	width:10px;
	background:url(../images/artist/main-left.gif);
	}
.table-reg-bg-mid-right {
	width:10px;
	background:url(../images/artist/main-right.gif);
	}
.table-reg-bg-bot-left {
	width:10px;
	height:50px;
	background:url(../images/artist/bottom-left.gif) no-repeat;
	}
.table-reg-bg-bot-cen {
	height:50px;
	background:url(../images/artist/bottom-main.gif);
	}
.table-reg-bg-bot-right {
	width:10px;
	height:50px;
	background:url(../images/artist/bottom-right.gif) no-repeat;
	}
.table-reg.main-bg {
	background-color:#FFFFFF;
	}
