.raq table tr td{
	padding: 0 129px 15px 0px;
}


.text{

	background-image: url(style2_txt_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 1px solid #999999;
	clip:   rect(0.2em auto auto auto);
	height: 1.9em;
	width: 250px;
	padding: 0.1em;
	font-style: normal;
}

.text:focus {
background: #FFB;
color: #000;
border: 1px solid red;
}

.textbig:focus {
background: #FFB;
color: #000;
border: 1px solid red;
}

.text-small:focus {
background: #FFB;
color: #000;
border: 1px solid red;
}

.text-small{
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	clip:   rect(0.2em auto auto auto);
	height: 1.9em;
	width: 80px;
	padding: 0.1em;
	font-style: normal;
}

.combo-small{
	background-image: url(style2_txt_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	clip:   rect(0.2em auto auto auto);
	height: 22px;
	width: 60px;
	padding: 0.1em;
	font-style: normal;
}

#currency-sec{
	padding:5px;
	background:#CCC;
	border: 1px solid #999;
	width: 246px;
}
.btn{
	background: none repeat scroll 0 0 #1F1F1F;
    border-color: #FFC;
    border-style: solid;
    border-width: 3px;
    color: #FFFFFF;
    font-weight: bold;
    height: 3em;
    width: 10em;
}

.btn:hover{
	background: none repeat scroll 0 0 #1F1F1F;
    border-color: #FFC;
    border-style: solid;
    border-width: 3px;
    color: #CCFF00;
    font-weight: bold;
    height: 3em;
    width: 10em;
}
.textbig {

	background-image: url(style2_txt_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 1px solid #999999;
	clip:   rect(0.2em auto auto auto);
    height: 150px;
    padding: 0.4em;
    width: 626px;
	font-style: italic;
}
.mand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #CC0000;
}

.leftred {

	color: #666666!important;
}
.errMsg {
	color: #FF0000;
}
.errFld {
border: 1px solid red;
}