@charset "utf-8";
#simulator{
	width:668px;
	text-align:left;
	position:absolute;
	display:none;
	z-index:2;
}
#simulator *{
	font-weight:bold;
}
#simulator input{
	font-weight:normal;
}
iframe{
 	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:501px;
	width:660px;
/*	filter:alpha(opacity=100);*/
	background-color:transparent;
}

#inbox{
	width:668px;
	height:501px;
	position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-image:url(../images/background.gif);
	z-index:2;
}

#nodrag_area{
	width:638px;
	height:60px;
	position:absolute;
	top:0;
	left:0;
}

#drag_area{
	width:638px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

#close_button{
	width:16px;
	margin-left:633px;
	cursor:pointer;	
}

#tables{
	float:left;
}

#tables .intable1 {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 2px #DBD7CA solid;
	margin-left: 20px;
	margin-right: 0px;
	border-collapse:collapse;
	width: 430px;
	font-weight:bold;
}

#simulator #inbox .incaption {
	width:430px;
	font-size: 14px;
	font-weight: bold;
	margin-top:10px;
	margin-left: 25px;
	margin-right:0px;
	color: #B5A98C;
}

#tables .intable1 td {
	padding: 2px;
	text-align: left;
	border-bottom:1px solid #F0ECE1;
}

#tables .intable1 th {
	font-size: 12px;
	width:82px;
	border-bottom:1px solid #F2F1EC;
	background-color: #ECE9D7;
	border-bottom:1px solid #F9F8F2;
	text-align: center;
}

#tables .intable1 .tablehead {
	font-size: 11px;
	font-weight: bold;
	background-color: #AA9A79;
	text-align: center;
	margin: auto;
	color: #FFFFFF;
	height: 20px;
}

#tables .intable1 .unit {
	font-size: 10px;
	text-align: left;
	width: auto;
}

#tables .intable1 .inputs {
	font-size: x-small;
	text-align: left;
	border-bottom:1px solid #ECE6D7;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#currency{
	width:180px;
	margin-left:10px;
	float:left;
	display:inline;
}

#curency #gogocurrency {
	width:180px;
	margin-top: 5px;
	margin-left:5px;
	text-align: left;
}


#currency #gogocurrency select{
	width:180px;
}

#gogocurrency #currency .curcaption {
	width:180px;
	margin-top: 0;
	margin-left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #B5A98C;
}
#tables .caltable {
	margin-left: 100px;

}
#tables .arrow {
	margin-top: 5px;
}
#tables .intable2 {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px #DBD7CA solid;
	margin-right: 0px;
	margin-left: 20px;
	border-collapse:collapse;
	width: 430px;
}

#tables .intable2 td {
	font-size: small;
	padding: 2px;
	text-align: left;
	border-bottom:1px solid #F0ECE1;
}

#tables .intable2 th {
	font-size: 12px;
	width:90px;
	border-bottom:1px solid #F2F1EC;
	background-color: #ECE9D7;
	border-bottom:1px solid #F9F8F2;
	text-align: center;
}

#tables .intable2 .tablehead {
	font-size: 11px;
	font-weight: bold;
	background-color: #C7BDA7;
	text-align: center;
	margin: auto;
	color: #FFFFFF;
	height: 20px;
}

#tables .intable2 .unit {
	font-size: 10px;
	text-align: left;
	width: 10px;
}
#tables .intable2 .inputs {
	font-size: 10px;
	text-align: left;
	border-bottom:1px solid #ECE6D7;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#tables * input.userform {
	font-size: 12px;
}

#curency_attention{
	width:600px;
	margin-left:20px;
	clear:both;
}

#curency_attention p{
	color:#999999;
	font-size:9px;
	font-weight:normal;
}
