﻿.bigform input[type=text]:hover 
{  
    background-color:#9AE4E8;  
    border-color:#999999;  
}
.bigform input[type=text]:focus 
{  
    background-color:#9AE4E8; /*#ffff66;*/  
    border-color:#999999;  
}
 
.bigform input
{
/*	background-color:#DAEDF5;
border:1px solid #000000;*/
/*
// TODO : regarder avec ce style, c'est joli
color:#055477;
font:italic 1.2em georgia,serif;*/

	height:40px;
	font-size:xx-large;
}
.bigform td
{
	vertical-align:top;
}
.bigform td.next_step
{
	text-align:right;
}

.bigform input.width_700px
{
	width:700px;
}
.bigform input.width_635px
{
	width:635px;
}
.bigform input.width_150px
{
	width:150px;
}
.bigform input.width_460px
{
	width:460px;
}
.bigform input.width_500px
{
	width:491px;
}
.bigform input.width_200px
{
	width:200px;
}

.bigform label
{
	font-size:xx-large;
}

.bigform textarea
{
	font-size:xx-large;
	font-weight:bold;
}


.watermarked
{
	background-color:#F0F8FF;
	border:1px solid #BEBEBE;
	color:gray;
	height:20px;
	padding:2px 0 0 2px;
	width:inherit;
}


.border_top
{
	border-top:1px solid #000;	
}
.border_all
{
	border:1px solid #000;	
}
.align_right
{
	text-align:right;	
}

.grayodd
{
	background-color:#BBB;
}
