@charset "utf-8";
/* CSS Document */

.display-none{
	display:none;
}

.display-inline{
	display:none;
}

size12{
	font-size:12px;
	color:#b6b6b6;
}

size32{
	font-size:32px;
}

.txt-top{
		vertical-align: top;
}

.width-100-profile{
	width:100px;
}

#detail_asset{
margin-bottom:5px;
width:490px;
}

.width-50 {
	width:50px;
}

.width-60 {
	width:60px;
}
.width-100 {
	width:100px;
}

.width-120 {
	width:120px;
}

.width-140 {
	width:140px;
}

.width-280 {
	width:283px;
}

.width-145 {
	width:145px;
}

.width-100-type{
	width:100;
}
.width-145-profile{
	width:145px;
}

.txt-center {
	text-align:center;
}

.txt-left {
	text-align:left;
}

.black {
	background-color:#000;
}

input[type=text]{
	border: 1px solid #e5e7e9;
    border-radius: 6px;
	padding-left:5px;
}

input[type=text]:focus {
	border: 1px solid #ae8600;
    border-radius: 6px;
	/*background-color:#fffae4;*/
}

input[type=text]:hover {
	
}

textarea{
	border: 1px solid #e5e7e9;
    border-radius: 6px;
	padding-left: 5px;
}

textarea:focus {
	border: 1px solid #ae8600;
    border-radius: 6px;
}

textarea:hover {
	
}

.input-xlarge{
/*border-color:#66afe9;*/
outline:0; 
width:145px;
}

.input-xlarge2{

border-radius: 6px;
outline:0; 
width:150px;
}

.input-xlarge3{

border-radius: 6px;
outline:0; 
width:210px;
}

.input-xlarge4{

border-radius: 6px;
outline:0; 
width:400px;
}

.input-small{
	outline:0; 
	width:90px;
}

