/*
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:
*/

div#curreX {
	margin:4px;
	padding:1px;
	letter-spacing:1px;
	width:585px;
	font-size:9pt;
	font-family: arial;
	background: url("../zoo/1/images/pozadi/bgt.gif");
}

div#curreXbody {
	padding:1px;
	font-size:9pt;
}

input#amount {
	width:95%;
	border:1px solid #ADADAD;
	padding:2px 3px 2px 3px;
	font-size:9pt;
}

select#curr_from {
	visibility: visible;
    width:95%;
	border:1px solid #ADADAD;
	padding:2px;
	font-size:9pt;
}

select#curr_to {
	width:95%;
	border:1px solid #ADADAD;
	padding:2px;
	font-size:9pt;
}

select#curr_from option, select#curr_to option { padding-left:4px; }

div#convResult {
	width:95%;
	height: 20px;
	border:1px solid #ADADAD;
	padding-left:5px;
	font-weight:bold;
	font-size:10pt;
	color:#017546;
	background: white;
	}

div#convResult span#result {
    width:95%;
	height: 20px;
	font-weight:bold;
	font-size:10pt;
	color:#017546;
}

div#convResult span#error {
    width:95%;
	height: 20px;
	font-weight:bold;
	font-size:10pt
	color:#017546;
}

input#convert { 
}

div#notice { font-size:0.9em; }
