
document.writeln('<style type="text/css">');
document.writeln('.button				{ background-color: #BA402C; color: #FFFFFF; line-height: 18px; background-image: url(images/form/bg_button.gif)}');


if(NS){
	document.writeln('input				{ background:#FFFFFF; font:10px Verdana, Arial, san-serif; color:#50555A }');
	document.writeln('select.dropdown 		{ background-color: #E5EAEF; font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; }');
}else{
	document.writeln('input				{ border:1px #50555A solid; background:#FFFFFF; font:10px Verdana, Arial, san-serif; color:#50555A }');
	document.writeln('select.dropdown 		{ background-color: #E5EAEF; font-size: 10px; font-family: verdana, arial, helvetica, sans-serif; }');
}

document.writeln('</style>');

