@charset "UTF-8";
/* CSS Document */


#tableProfileEdit td{
	background-color:#dfe4ee;
	padding:5px;
}

input{
	width:200px;
}

select{
	width:200px;
	border:#666666 1px solid;
}

input[type=text]{
	border:#666666 1px solid;
}

input[type=password]{
	border:#666666 1px solid;
}

.remark{
	color:#000000;
	font-size:10px;
}

h1{
	font-size:13px;
	font-weight:bold;
}

#profile-container{
	padding-top:5px;
	padding-bottom:5px;
}

#profile-container table{
	width: 600px;
}

#profile-container table .left{
	vertical-align: top;
    width: 150px;
}

#profile-container table .mid{
	padding:0px 5px 0px 5px;
	vertical-align: top;
    width: 540px;
}

#profile-container table .right{
	vertical-align: top;
    width: 160px;
}

#profile-container table .right div{
	background: url(images/left-ad-box.png) repeat-y scroll left center; 
	padding-left:10px;
}