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

<!--
.style1 {font-family: Arial, Helvetica, sans-serif}
-->

/* currency-box */
	#curr-result-box{
		margin:0 auto;
		margin-top:10px;
		width:285px;
		text-align: center;
	}
	#CSB-left{
		background:url(images/currencyresult-box-left.jpg) left top no-repeat;
		width:6px;
		height:42px;
		float:left;
		}
	#CSB-middle{
		background:url(images/currencyresult-box-middle.jpg) left top repeat-x;
		height:42px;
		float:left;
		width:233px;
		padding-top:5px;
		padding-left: 20px;
		padding-right: 20px;
		text-align:center;
		}
	#CSB-right{
		background:url(images/currencyresult-box-right.jpg) left top no-repeat;
		width:6px;
		height:42px;
		float:left;		
		}
	#CSB-middle p{
		margin: 0 auto;
		float:left;	
		font-size:24px;
		font-weight:bold;
	}
	#CSB-middle p.curr-value{
		color:#51b200;
	}
	#CSB-middle p.curr-text{
		color:#d51007;
		padding-right:6px;		
	}
	#CSB-middle p.curr-equals{
		color:#4587c5;
		padding-left:8px;
		padding-right:8px;		
	}
	.converter-p{
		font-size:12px;
		padding-top:5px;
	}
	#input-curr-box{
		margin:0 auto;
		width: 295px;
		/*padding:5px 0px 10px 0px;*/
	}

	#converted{
		font-size:15px;
		width: 196px;
		color: #fff;
	}
	span.bld{
		font-weight:bold;
	}
	#conv{
		margin-top:8px;
		background: url(../images/converter_button.jpg) no-repeat;
		width: 90px;
		height: 18px;
		border: none;
	}
.convierte {
	font-family: tahoma;
}


body{padding: 40px;background-color: #FFF;
    font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif}
h1,h2,p{margin: 0 10px}
h1{font-size: 250%;color: #FFF}
h2{font-size: 200%;color: #f0f0f0}
p{padding-bottom:1em}
h2{padding-top: 0.3em}
div#nifty{
	margin: 0 15%;
	background: #e5ffd7
}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background: #e5ffd7
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
.Estilo12 {
	font-size: 20px;
	font-family: tahoma;
}
.Estilo15 {font-size: 14px}
.Estilo16 {color: #999999}
.Estilo18 {color: #999999; font-weight: bold; }
a:link {
	color: #8FAF30;
}
a:visited {
	color: #8FAF30;
}
a:hover {
	color: #C7EE55;
}
a:active {
	color: #8FAF30;
}
.Estilo20 {font-size: 12px}
