/*
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 {
	width:166px;
	font-size:1.25em;
}

div#curreXbody {
	padding:2px;
	font-size:0.8em;
}

div#help-link {
	float:right;
	margin-bottom:2px;
	cursor:pointer;
}

div#help-link a { text-decoration:none; }
div#help-link img { border:0; }

input, select, #convResult{
	margin-bottom: 7px;
	margin-top: 1px;	background:transparent none repeat scroll 0 0;	color: #fff;
}

input#amount {
	width:91.5%;
	border:1px solid #ADADAD;
	padding:2px 5px 2px 5px;
	font-size: 1.1em;
}

select#curr_from, select#curr_to {
	width:99%;
	border:1px solid #ADADAD;
	font-size:1em;
	padding:2px;
}

select#curr_from option, select#curr_to option { padding-left:4px; }

div#convResult {
	width:94.5%;
	border:1px solid #ADADAD;
	padding-left:5px;
	font-size:1.1em;
}

div#convResult span#result {
	font-weight:bold;
	color:#ff9900;
}

div#convResult span#error {
	font-weight:bold;
	color:#ff9900;
}

input#convert {
	background: transparent url(/wp-content/themes/gulheli/images/book-shot.png) no-repeat scroll 0 0;
	padding: 8px 5px;	
	color: #ff9900;
	font-weight:bold;
	text-transform: uppercase;
	border: 0 none;
	font-size: 13px;
	
	
}

div#notice { font-size:0.9em; }
