/**
 * @fichier form.css
 * @version 1.0.0.0
 * @auteur  Stephane RIO
 * @email   stephane.rio@univ-rennes1.fr
 * @date    10.05.2006
*/

form,
fieldset
{
	background-color: transparent;
}

* html input.text,
* html input.password,
* html input.submit,
* html input.reset,
* html input.file,
* html input.image,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="file"],
input[type="image"],
select, 
textarea
{
	padding: 3px;
	border: solid 1px #999999;
	background-color: #f7f7f7;
}

* html input.checkbox,
* html input.radio,
input[type="checkbox"],
input[type="radio"]
{
        padding: 2px;
}



* html input.text,
* html input.password,
input[type="text"],
input[type="password"],
select, 
textarea
{
	padding : 2px;
	border-top: solid 1px #999999;
	border-right: solid 1px #aab3b3;
	border-bottom: solid 1px #d5dddd;
	border-left: solid 1px #aab3b3;
	background-color: #f7f7f7;
}

* html input.submit,
input[type="submit"]
{
	margin: 0px 1px 0px 0px;
	padding : 3px;
	height: 35px;
	background: #f7f7f7 url( background_button.png ) 0px -1px repeat-x;
	cursor: pointer;
}

* html input.reset,
input[type="reset"]
{
        margin: 0px 1px 0px 0px;
		padding : 3px;
        background: #f7f7f7 url( background_button.png ) 0px -1px repeat-x;
        cursor: pointer;
}
	
* html input.button,
input[type="button"]
{
        margin: 2px 1px 2px 1px;
		padding : 3px;
		height: 35px;
        background: #f7f7f7 url( background_button.png ) 0px -1px repeat-x;
        cursor: pointer;
}

.button
{
        margin: 2px 1px 2px 1px;
		padding : 3px;
		height: 35px;
        background: #f7f7f7 url( background_button.png ) 0px -1px repeat-x;
        cursor: pointer;
		font-size: 1.4em;
		font-style: bold;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}

* html input.image,
input[type="image"]
{
	padding : 1px;
	border: none;
	background-color: transparent;
}

textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.textfield
{
	padding : 2px 3px 2px 3px;
	height: 22px;
	border: 1px solid #b4b4b6;
	background-color: #fff;
	font-size: 100%;
	color: #000;
}