/**********************************************************/
/**********************************************************/
/*
EMO Master CSS file. Created: 30/01/09.
Use this file to import all other style sheets. To import
a new style sheet use the following code:
@import "file_name.css";
Replace file_name.css with the file name of the new CSS
file. Make sure that the new CSS file is uploaded to the
/css/emo_css/ directory.
*/
/**********************************************************/
/**********************************************************/

#testdrivebutton {
float:left;
line-height:19px;
}

#testdrivebutton_text  {
background:none repeat scroll 0 0 #202D57;
border-right-style:solid;
border-right-width:1px;
border-spacing:1px;
float:left;
height:19px;
padding-left:6px;
padding-right:6px;
}

.testdrivearrow {
background:none repeat scroll 0 0 #202D57;
border-color:#FFFFFF;
border-right:1px solid #FFFFFF;
border-spacing:1px;
float:left;
height:19px;
padding-left:6px;
padding-right:6px;
}

#testdrivebutton_text a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#testdrivebutton_text a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

.testdrivearrow img {
position:relative;
top:6px;
}