﻿.box
{
    width: 630px;
    margin: 10px 0 0 55px;
    float: left;
}
.boxTop, .boxBottom
{
    width: 630px;
    height: 5px;
    float: left;
}
.boxTopLeft, .boxBottomLeft
{
    width: 5px;
    height: 5px;
    float: left;
}
.boxTopCenter, .boxBottomCenter
{
    width: 620px;
    height: 5px;
    float: left;
}
.boxTopRight, .boxBottomRight
{
    width: 5px;
    height: 5px;
    float: right;
}
.boxMain
{
    width: 612px;
    padding: 1px 8px 1px 8px;
    float: left;
}
.boxTitle
{
    width: 628px;
    float: left;
    padding: 3px 0 7px 0;
    text-align: center;
}
/* End box */
.formLeft
{
    float: left;
    width: 370px;
    padding: 25px 0 20px 20px;
}
.formRight
{
    float: right;
    text-align: left;
    width: 180px;
    padding: 24px 15px 20px 0;
    *padding: 25px 15px 20px 0;
}
fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}
label
{
	clear: both;
	float: left;
	width: 140px;
	margin: 0 25px 0 0;
	text-align: right;
}
fieldset ol
{
	margin: 0;
    padding: 0;
}
fieldset li
{
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 2.2em;
}
table.rate {
	border-width: 1px;
	border-spacing: 0;
	border-style: outset;
	border-collapse: collapse;
}
table.rate tr {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
}
table.rate td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
}

.idCurrency
{
    width: 60px;
    text-align: center;
}
.symbolCurrency
{
    width: 60px;
    text-align: center;
}
.nameCurrency
{
    width: 155px;
}
.valueCurrency
{
    width: 70px;
    text-align: right;
}
.titleRate
{
    line-height: 20px;
    text-align: center;
}
