*
{
	margin: 0;
	padding: 0
}

/* no border around the image anchors */
a img
{
	border: 0
}

h1, h2, h3
{
	font-size:inherit;
}

img
{
	vertical-align:middle;
}

body
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		height:100%;
		text-align:center;
		color:#000000;
		background-color:#FFFFFF;
    	background-image:url(fresh/lay_bgr.gif);
		background-repeat:repeat;
}

/***** LAYOUT DESIGN *****/

/* christmas lights */
/*
#lights
{
    margin:0 auto;
	width:1200px;
	background-image:url(fresh/christmas_lights.png);
	background-repeat:repeat-y;
	height:100%;
}*/

/* the container for the whole site */
#wrapper
{
	position:relative;
	text-align:center;
	width:1160px;
	height:100%;
    margin:0 auto;
}

#topLeft
{
	position:relative;
	float:left;
	background-image:url(fresh/lay_top_left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:10px; height:50px;
}

#topRight
{
	position:relative;
	float:right;
	background-image:url(fresh/lay_top_right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:10px; height:50px;
}

#top
{
	background-image:url(fresh/lay_top_main.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:46px;
	z-index:2;
	padding-top:4px; padding-left: 10px; padding-right: 10px;
	
	color:#333333;
	background-color:#DBDBDB;
}

#title
{
	position:relative;
	clear:both;
	float:left;
	vertical-align:middle;
	z-index:1;
	width:35%;
}

#pub
{
	position:relative;
	float:right;
	
	width:60%;
	vertical-align:middle;
	padding-top:15px;
}

#menuLeft
{
	position:relative;
	float:left;
	background-image:url(fresh/lay_menu_left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:10px; height:46px;
}

#menuRight
{
	position:relative;
	float:right;
	background-image:url(fresh/lay_menu_right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:10px; height:46px;
}

#menu
{
	background-image:url(fresh/lay_menu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:46px;
	padding:0;
	background-color:#999999;
}

#mainwrapper
{
	position:relative;
	height: 100%;
}

#leftcol
{
	position:relative;
	float:left;
	height:100%;
	
	padding-right:4px;
	border-right-width:thick;
	border-right-style:dotted;
	border-right-color:#CCCCCC;
	
	width:160px;
	background-color:#FFFFFF;
}

#maincol
{
	height:100%;
	margin-left:170px;
	margin-right:210px;
	padding: 0px 4px 0px 4px;
	width: 770px;
}

#rightcol
{
	position:relative;
	float:right;
	height:100%;
	
	padding-left:4px;
	border-left-width:thick;
	border-left-style:dotted;
	border-left-color:#CCCCCC;

	width:200px;
	background-color:#FFFFFF;
}

#sep
{
	clear:both;
	height:10px;
	width:100%;
/*	background-color:#FFFF00;*/
}

.newTag
{
	position:relative;
	left:-106px; top: -34px;
	float:right;
	background-image:url(fresh/symb_tagnew_48.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:48px; height:48px;
}

/* statisticile unei entitati */
.stats
{
	float:right;
	position:relative;
	right: 0;
	top: 0;
	text-align:right;
	color: #999999;
	font-size:8pt;
}

hr
{
	border:0;
	border-bottom-width:2px;
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
	margin-top:2px;
	margin-bottom:2px;
}

#bottomLeft
{
	position:relative;
	float:left;
	background-image:url(fresh/lay_bottom_left.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:10px; height:64px;
}

#bottomRight
{
	position:relative;
	float:right;
	background-image:url(fresh/lay_bottom_right.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:10px; height:64px;
}

#bottom
{
	background-image:url(fresh/lay_bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:60px;
	padding-top:4px; padding-left: 10px; padding-right: 10px;

	background-color:#666666;
}

/* used to show fny image money in a promotion select */
.selectMonImg, .selectMonImg:hover
{
		background-image: url(fresh/symb_banut_img_16.png);
		background-repeat: no-repeat;
		background-position:left top;
		text-align:justify;
		color:#00AA00;
		font-weight:bold;
		text-indent:20px;
}

/* used to show fny joke money in a promotion select */
.selectMonJok, .selectMonJok:hover
{
		background-image: url(fresh/symb_banut_jok_16.png);
		background-repeat: no-repeat;
		background-position:left top;
		text-align:justify;
		color:#000099;
		font-weight:bold;
		text-indent:20px;
}

/* used to show fny money in a promotion select */
.selectMonFny, .selectMonFny:hover
{
		background-image: url(fresh/symb_banut_fny_16.png);
		background-repeat: no-repeat;
		background-position:left top;
		text-align:justify;
		color:#CCCC00;
		font-weight:bold;
		text-indent:20px;
}

/****** MAIN MENU *******/
.navigation {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
}

.navigation li {
	float:left;
}

.navigation li a {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	padding:0 5px 0 5px;
	cursor:pointer;
	font-size:14pt;
}

.navigation li.current a {
	color:#000000;
	background:url(fresh/lay_menu_sel.gif) repeat-x;
	height:46px;
}

.navigation li a:hover {
	color:#000000;
	background: url(fresh/lay_menu_sel.gif) repeat-x;
	height:46px;
}




/****** SIZES ******/
.sizeSmall
{
	font-size:8pt;
}

.sizeNorm
{
	font-size:10pt;
}

.sizeMed
{
	font-size:12pt;
}

.sizeSMed
{
	font-size:14pt;
}

.sizeBig
{
	font-size:18pt;
}


/****** ERROR/CONFIRMATION MESSAGES ******/
.error
{
	background:url(fresh/symb_error_64.png) no-repeat left center;
	/*font-weight:bold;*/
	min-height:64px;
	padding-left:70px;
	color:#D61E1E;
	text-align:justify;
	vertical-align:middle;
}

.errorSmall
{
	color:#D61E1E;
	font-style:italic;
}

.confirm
{
	background:url(fresh/symb_conf_64.png) no-repeat left center;
	/*font-weight:bold;*/
	min-height:64px;
	padding-left:70px;
	color:#32AC19;
	text-align:justify;
	vertical-align:middle;
}

.hint
{
	background:url(fresh/symb_hint_64.png) no-repeat left center;
	/*font-weight:bold;*/
	min-height:64px;
	padding-left:70px;
	color:#EF9200;
	text-align:justify;
	vertical-align:middle;
}

.hintSmall
{
	background:url(fresh/symb_hint_16.png) no-repeat left center;
	padding: 3px 0 0 20px;
	height:16px;
	min-height:16px;
	color:#EF9200;
	
	text-align:left;
	font-style:italic;
	vertical-align:middle;
}

.listElem:hover
{
	background-color:#dddddd;
}

.imgElem:hover
{
	background-color:#9FFA9F;
}

.jokElem:hover
{
	background-color:#9FCDFA;
}

.puzElem:hover
{
	background-color:#FFCD9F;
}

.gamElem:hover
{
	background-color:#FA9FFA;
}


/****** COLOURED STYLES ******/
.sec
{
	color:#999999;
}

/****** LINKS ******/
a
{
	text-decoration: underline;
	color: #333333;
}

a:hover
{
	text-decoration: none;
	color: #666666;
}

a.linkSec /* folosit la statistici */
{
	text-decoration: underline;
	color: #999999;
}

a.linkSec:hover
{
	text-decoration: none;
	color: #AAAAAA;
}

a.linkWhite
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.linkWhite:hover
{
	text-decoration: none;
	color: #ffffff;
}

a.linkImg
{
	text-decoration: underline;
	color: #00CC00;
}

a.linkImg:hover
{
	text-decoration:none;
	color: #FFFFFF;
	background-color:#00CC00;
}

a.linkJok
{
	text-decoration: underline;
	color: #0066CC;
}

a.linkJok:hover
{
	text-decoration:none;
	color: #FFFFFF;
	background-color:#0066CC;
}

a.linkPuz
{
	text-decoration: underline;
	color: #FF6600;
}

a.linkPuz:hover
{
	text-decoration:none;
	color: #FFFFFF;
	background-color:#FF6600;
}

a.linkGam
{
	text-decoration: underline;
	color: #CC00CC;
}

a.linkGam:hover
{
	text-decoration:none;
	color: #FFFFFF;
	background-color:#CC00CC;
}

a.linkNone, a.linkNone:hover
{
	text-decoration:none;
}

a.linkDiv
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.linkDiv:hover
{
	text-decoration:none;
	color: #FFFFFF;
	background-color:#666666;
}

/***** TASTA PENTRU JOC *****/
.keyLeft
{
	background-image: url(fresh/keys/key_left.png);
	background-repeat:no-repeat;
	padding-top:1px;
	padding-bottom:7px;
	padding-right:0px;
	width:5px;
	height:22px;
	vertical-align:1px;
}

.keyRight
{
	background-image: url(fresh/keys/key_right.png);
	background-repeat:no-repeat;
	padding-top:1px;
	padding-bottom:7px;
	width:4px;
	height:22px;
	vertical-align:1px;
}

.keyMid
{
	background-image: url(fresh/keys/key_mid.png);
	background-repeat:repeat-x;
	height:22px;
	vertical-align:1px;

	font-size:8pt;
	padding-top:3px;
	padding-bottom:7px;
	text-align:center;
	color: #FFFFFF;
	font-weight:bold;
}


.keyS
{
	background-image: url(fresh/keys/symb_key_22.png);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	font-size:8pt;
	padding:6px;
	padding-top:3px;
	vertical-align:middle;
	text-align:center;
	color: #FFFFFF;
	font-weight:bold;
}

.keyL
{
	background-image: url(fresh/keys/symb_key_44.png);
	background-repeat:no-repeat;
	font-size:8pt;
	padding:6px 10px 6px 10px;
	padding-top:3px;
	vertical-align:middle;
	text-align:center;
	color: #FFFFFF;
	font-weight:bold;
}

/***** CORPUL ENTITATILOR CU TEXT ******/
p.jokText:first-letter {color:#0066CC;font-size:x-large;} 

div.puzText:first-letter {color:#FF6600;font-size:x-large} 

/***** INFO BOXES ******/

/*** Right boxes ***/
.img_sel{background-color: #00CC00; color:#FFFFFF}
.img_bl {background: url(fresh/boxes/img_bl.gif) 0 100% no-repeat #8FE98F; color:#000000}
.img_br {background: url(fresh/boxes/img_br.gif) 100% 100% no-repeat}
.img_tl {background: url(fresh/boxes/img_tl.gif) 0 0 no-repeat}
.img_tr {background: url(fresh/boxes/img_tr.gif) 100% 0 no-repeat; padding:4px; text-align:justify;}
#img_bubble {position:relative;background: url(fresh/boxes/img_bubble.png); background-repeat:no-repeat; background-position:left top; top:-22px; left:-22px; width:44px; height:44px; padding-left:6px;padding-top:6px; float:left; margin-right:-20px; margin-bottom:-35px}

.jok_sel{background-color: #0066CC; color:#FFFFFF}
.jok_bl {background: url(fresh/boxes/jok_bl.gif) 0 100% no-repeat #8FBCE9; color:#000000}
.jok_br {background: url(fresh/boxes/jok_br.gif) 100% 100% no-repeat}
.jok_tl {background: url(fresh/boxes/jok_tl.gif) 0 0 no-repeat}
.jok_tr {background: url(fresh/boxes/jok_tr.gif) 100% 0 no-repeat; padding:4px; text-align:justify}
#jok_bubble {position:relative;background: url(fresh/boxes/jok_bubble.png); background-repeat:no-repeat; background-position:left top; top:-30px; left:-30px; width:58px; height:61px; padding-left:14px;padding-top:14px; float:left; margin-right:-45px; margin-bottom:-60px}

.puz_sel{background-color: #ff6600; color:#FFFFFF}
.puz_bl {background: url(fresh/boxes/puz_bl.gif) 0 100% no-repeat #FFBC8F; color:#000000}
.puz_br {background: url(fresh/boxes/puz_br.gif) 100% 100% no-repeat}
.puz_tl {background: url(fresh/boxes/puz_tl.gif) 0 0 no-repeat}
.puz_tr {background: url(fresh/boxes/puz_tr.gif) 100% 0 no-repeat; padding:4px; text-align:justify}
#puz_bubble {position:relative;background: url(fresh/boxes/puz_bubble.png); background-repeat:no-repeat; background-position:left top; top:-30px; left:-30px; width:50px; height:51px; padding-left:9px;padding-top:10px; float:left; margin-right:-30px; margin-bottom:-45px}

.gam_sel{background-color: #dd00dd; color:#FFFFFF}
.gam_bl {background: url(fresh/boxes/gam_bl.gif) 0 100% no-repeat #E98FE9; color:#000000}
.gam_br {background: url(fresh/boxes/gam_br.gif) 100% 100% no-repeat}
.gam_tl {background: url(fresh/boxes/gam_tl.gif) 0 0 no-repeat}
.gam_tr {background: url(fresh/boxes/gam_tr.gif) 100% 0 no-repeat; padding:4px; text-align:justify}
#gam_bubble {position:relative;background: url(fresh/boxes/gam_bubble.png); background-repeat:no-repeat; background-position:left top; top:-30px; left:-30px; width:58px; height:61px; padding-left:6px;padding-top:7px; float:left; margin-right:-40px; margin-bottom:-50px}

.gen_bl {background: url(fresh/boxes/gen_bl.gif) 0 100% no-repeat #BCBCBC; color:#000000}
.gen_br {background: url(fresh/boxes/gen_br.gif) 100% 100% no-repeat}
.gen_tl {background: url(fresh/boxes/gen_tl.gif) 0 0 no-repeat}
.gen_tr {background: url(fresh/boxes/gen_tr.gif) 100% 0 no-repeat; padding:4px; text-align:justify}

/*** Main boxes + title and more ***/

.blank_title
{
	margin-left:8px;
	margin-right:8px;
	margin-top:-4px;
	text-align:left;
	background-position: left top; 
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:14pt;
	color:#000000;
}

.blank_more
{
	margin-right:8px;
	text-align:right;
	font-size:8pt;
}

.blank_gen_bl {background: url(fresh/boxes/blk_gen_bl.gif) 0 100% no-repeat #ffffff; color:#333333; margin-left:8px; margin-right:8px}
.blank_gen_br {background: url(fresh/boxes/blk_gen_br.gif) 100% 100% no-repeat}
.blank_gen_tl {background: url(fresh/boxes/blk_gen_tl.gif) 0 0 no-repeat}
.blank_gen_tr {background: url(fresh/boxes/blk_gen_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}

/*
.blank_gen_bl:hover
{
	background-color:#EEEEEE;
}*/

.blank_img_bl {background: url(fresh/boxes/blk_img_bl.gif) 0 100% no-repeat #ffffff; color:#333333; margin-left:8px; margin-right:8px}
.blank_img_br {background: url(fresh/boxes/blk_img_br.gif) 100% 100% no-repeat}
.blank_img_tl {background: url(fresh/boxes/blk_img_tl.gif) 0 0 no-repeat}
.blank_img_tr {background: url(fresh/boxes/blk_img_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}

.blank_jok_bl {background: url(fresh/boxes/blk_jok_bl.gif) 0 100% no-repeat #ffffff; color:#333333; margin-left:8px; margin-right:8px}
.blank_jok_br {background: url(fresh/boxes/blk_jok_br.gif) 100% 100% no-repeat}
.blank_jok_tl {background: url(fresh/boxes/blk_jok_tl.gif) 0 0 no-repeat}
.blank_jok_tr {background: url(fresh/boxes/blk_jok_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}

.blank_puz_bl {background: url(fresh/boxes/blk_puz_bl.gif) 0 100% no-repeat #ffffff; color:#333333; margin-left:8px; margin-right:8px}
.blank_puz_br {background: url(fresh/boxes/blk_puz_br.gif) 100% 100% no-repeat}
.blank_puz_tl {background: url(fresh/boxes/blk_puz_tl.gif) 0 0 no-repeat}
.blank_puz_tr {background: url(fresh/boxes/blk_puz_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}

.blank_gam_bl {background: url(fresh/boxes/blk_gam_bl.gif) 0 100% no-repeat #ffffff; color:#333333; margin-left:8px; margin-right:8px}
.blank_gam_br {background: url(fresh/boxes/blk_gam_br.gif) 100% 100% no-repeat}
.blank_gam_tl {background: url(fresh/boxes/blk_gam_tl.gif) 0 0 no-repeat}
.blank_gam_tr {background: url(fresh/boxes/blk_gam_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}


/*** Left boxes ***/
.emp_img_bl {background: url(fresh/boxes/emp_img_bl.gif) 0 100% no-repeat}
.emp_img_br {background: url(fresh/boxes/emp_img_br.gif) 100% 100% no-repeat}
.emp_img_tl {background: url(fresh/boxes/emp_img_tl.gif) 0 0 no-repeat}
.emp_img_tr {background: url(fresh/boxes/emp_img_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}
.emp_img_top {background: url(fresh/boxes/emp_img_dot.gif) 0 0 repeat-x}
.emp_img_bottom {background: url(fresh/boxes/emp_img_dot.gif) 0 100% repeat-x}
.emp_img_left {background: url(fresh/boxes/emp_img_dot.gif) 0 0 repeat-y}
.emp_img_right {background: url(fresh/boxes/emp_img_dot.gif) 100% 0 repeat-y}

.emp_jok_bl {background: url(fresh/boxes/emp_jok_bl.gif) 0 100% no-repeat}
.emp_jok_br {background: url(fresh/boxes/emp_jok_br.gif) 100% 100% no-repeat}
.emp_jok_tl {background: url(fresh/boxes/emp_jok_tl.gif) 0 0 no-repeat}
.emp_jok_tr {background: url(fresh/boxes/emp_jok_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}
.emp_jok_top {background: url(fresh/boxes/emp_jok_dot.gif) 0 0 repeat-x}
.emp_jok_bottom {background: url(fresh/boxes/emp_jok_dot.gif) 0 100% repeat-x}
.emp_jok_left {background: url(fresh/boxes/emp_jok_dot.gif) 0 0 repeat-y}
.emp_jok_right {background: url(fresh/boxes/emp_jok_dot.gif) 100% 0 repeat-y}

.emp_puz_bl {background: url(fresh/boxes/emp_puz_bl.gif) 0 100% no-repeat}
.emp_puz_br {background: url(fresh/boxes/emp_puz_br.gif) 100% 100% no-repeat}
.emp_puz_tl {background: url(fresh/boxes/emp_puz_tl.gif) 0 0 no-repeat}
.emp_puz_tr {background: url(fresh/boxes/emp_puz_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}
.emp_puz_top {background: url(fresh/boxes/emp_puz_dot.gif) 0 0 repeat-x}
.emp_puz_bottom {background: url(fresh/boxes/emp_puz_dot.gif) 0 100% repeat-x}
.emp_puz_left {background: url(fresh/boxes/emp_puz_dot.gif) 0 0 repeat-y}
.emp_puz_right {background: url(fresh/boxes/emp_puz_dot.gif) 100% 0 repeat-y}

.emp_gam_bl {background: url(fresh/boxes/emp_gam_bl.gif) 0 100% no-repeat}
.emp_gam_br {background: url(fresh/boxes/emp_gam_br.gif) 100% 100% no-repeat}
.emp_gam_tl {background: url(fresh/boxes/emp_gam_tl.gif) 0 0 no-repeat}
.emp_gam_tr {background: url(fresh/boxes/emp_gam_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}
.emp_gam_top {background: url(fresh/boxes/emp_gam_dot.gif) 0 0 repeat-x}
.emp_gam_bottom {background: url(fresh/boxes/emp_gam_dot.gif) 0 100% repeat-x}
.emp_gam_left {background: url(fresh/boxes/emp_gam_dot.gif) 0 0 repeat-y}
.emp_gam_right {background: url(fresh/boxes/emp_gam_dot.gif) 100% 0 repeat-y}

.emp_gen_bl {background: url(fresh/boxes/emp_gen_bl.gif) 0 100% no-repeat}
.emp_gen_br {background: url(fresh/boxes/emp_gen_br.gif) 100% 100% no-repeat}
.emp_gen_tl {background: url(fresh/boxes/emp_gen_tl.gif) 0 0 no-repeat}
.emp_gen_tr {background: url(fresh/boxes/emp_gen_tr.gif) 100% 0 no-repeat; text-align:justify; padding:8px}
.emp_gen_top {background: url(fresh/boxes/emp_gen_dot.gif) 0 0 repeat-x}
.emp_gen_bottom {background: url(fresh/boxes/emp_gen_dot.gif) 0 100% repeat-x}
.emp_gen_left {background: url(fresh/boxes/emp_gen_dot.gif) 0 0 repeat-y}
.emp_gen_right {background: url(fresh/boxes/emp_gen_dot.gif) 100% 0 repeat-y}

/**** TOP MENU ****/
.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 1px 6px;
margin: 0;
text-decoration: underline;
/*border-right: 1px dotted #DADADA;*/
font-size:10px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color:#333333;
background-color:#FFFFFF;
text-decoration:none;
font-size:10px;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:12px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #333333;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
/*	background:url(1/form_bgr.png) repeat-x left top;*/
background-color:#666666;
color:#FFFFFF;
}


/** NORMAL FORM ELEMENTS **/
textarea, select, input[type="text"], input[type="password"]
{
	background-color:#EEEEEE;
	border:1px solid #999999;
	color:#333333;
}

textarea:hover, select:hover, input[type="text"]:hover, input[type="password"]:hover
{
	border:1px solid #333333;
}

textarea:active, textarea:focus, select:active, select:focus, input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus
{
	background-color:#ffffff;
}

input[type="checkbox"]
{
	vertical-align:bottom;
}
input[type="submit"]
{
	border-width:0px;
/*	border:1px solid #EEEEEE;*/
	background-color:#000000;
	background-position:left top;
	background-image:url(fresh/form_submit.png);
	background-repeat:repeat-x;
	color:#CCCCCC;
	font-weight:bold;
	padding:2px;
}

input[type="submit"]:hover
{
	color:#00CC00;
	background-position:left bottom;
}
