/*
Filename: 		curreX.css
Date: 			2008-05-10
Copyright: 		2008, miCRoSCoPiC^eaRthLinG
Author: 		Sourjya Sankar Sen (sourjya@choas-laboratory.com)
Description: 	CSS Styling for the curreX Widget
License:		GPL
Requires:
*/
.ff{
	margin-top:4px;
	line-height:21px;
	height:22px;
}
#conv{
	 float:left; 
	 width:90px;
	 font-size:12px;
	 color:#454444;
	 margin-left:10px;
}
*html #conv{margin-left:5px;}
ul {list-style:none; padding:0px; margin:0px; text-align:left;}
div#curreX {
	width:166px;
}

div#curreXbody {
	padding:2px;
	font-size:0.8em;
	width:280px;
}

div#help-link {
	float:right;
	margin-bottom:2px;
	cursor:pointer;
}

div#help-link a { text-decoration:none; }
div#help-link img { border:0; }

input#amount {
	border:1px solid #ADADAD;
	font-size: 12px;
	margin-top:4px;
	height:18px;
	padding-left:5px;
	text-align:left;
	width:65px;
}
html* input#amount {[margin-top:5px; margin-top:70px;]margin-top:5px;}
select#curr_from, select#curr_to {
	width:99%;
	border:1px solid #ADADAD;
	font-size:12px;
	margin-top:4px;
	height:22px;
}
html*select#curr_from, select#curr_to {[margin-top:5px; margin-top:7px;]margin-top:5px;}
select#curr_from option, select#curr_to option { padding-left:4px; }

div#convResult {
	border:1px solid #ADADAD;
	font-size:12px;
	width:65px; 
	margin-top:4px;
	height:20px;
	line-height:19px;
	padding-left:5px;
	text-align:left;

}
html*div#convResult {[margin-top:5px; margin-top:7px;]margin-top:5px;}
div#convResult span#result {
	font-weight:bold;
	color:#0077c0;
}

div#convResult span#error {
	font-weight:bold;
	color:#B91919;
}


div#notice { font-size:0.9em; }