@CHARSET "ISO-8859-1";
<!--
 Copyright 2009 by Paul Kossowski - all rights reserved"
-->
<!--
 stylesheet 
table.df_cs_table				- 
 td.df_cs_text 					- used by all text fields 
 td.df_cs_currencytext 			- additional styles for currency text
 td.df_cs_currencyname 			- additional styles for currency text
 td.df_cs_currencyselect 		- currency select drop down div
 select.df_cs_currencyselect 	- currency select drop down select box
 input.df_cs_radio
 input.df_cs_checkbox
 input.df_cs_numUsers
 input.df_cs_coupon
 td.df_cs_price					- all prices
 td.df_cs_total					- additional for total price
 td.df_cs_proceed
 
-->
<style type="text/css">



td.df_cs_edition {
	background-color:  rgb(238, 238, 255);
}

td.df_cs_currencyname {
	text-align: right;	
	background-color:  rgb(238, 238, 255);
}

td.df_cs_currencyselect {
	border-width: 0em;
	border-spacing: 0em;
	border-style: none;
	border-collapse: ;
	background-color: white;
	text-align: right;
}
select.df_cs_currencyselect {
	border-color: light-blue;
}

input.df_cs_radio {
	border-color: light-blue;
	background-color:  rgb(238, 238, 255);
}

input.df_cs_checkbox {
	border-color: light-blue;
}

input.df_cs_numUsers {
	width: 80px;
	background-color: white;
	text-align: right; 	
}

input.df_cs_coupon {
	width: 80px;
	background-color: white;
	text-align: right; 	
}

td.df_cs_price {
	font-weight: normal;	
	border-width: 0em;
	border-spacing: 0em;
	border-style: none;
	border-collapse: ;
	text-align: right; 	
}

td.df_cs_total {
	font-weight: bold;
	border-width: 0em;
	border-spacing: 0em;
	border-style: none;
	border-collapse: ;
	text-align: right; 	
}

td.df_cs_proceed{
	border-width: 0em;
	border-spacing: 0em;
	border-style: none;
	border-collapse: ;
	text-align: right; 	
}

input.df_cs_proceed{
    background-color: #D8E4E4;
}

td.df_cs_text {
	background-color:  rgb(238, 238, 255);
}

td.df_cs_currencytext {
	text-align: right;	
	background-color: white;
	font-size: 12px;
	}

table.df_cs_table {
	border-width: 0em;
	border-style: none;
	font-size: 12px;
}

</style>
