@CHARSET "UTF-8";
/*
*---------------------------------------------------------------------------------------------------------TYPES
*/
input, select
{
	font-family: sans-serif;
	background:#fff url(/js/dojo/dijit/themes/tundra/images/validationInputBg.png) repeat-x top left;
	#background:#fff url(images/validationInputBg.gif) repeat-x top left;
	border:1px solid #b3b3b3;
	line-height: normal;
	color: #333333;
	font-size: 1em;
}
fieldset
{
	border: 0px;
	padding: 2px 0px 2px 2px;
	margin: 2px 0px 20px 0px;
	background-image: url("/image/common/fondFieldset.png");
	background-position: top left;
	background-repeat: repeat-x;
}
input:focus
{
	border-color:#406b9b;
}
label
{
	clear: both;
	display: block;
}
#formLogin, #formPassword
{
	width: 135px;
	margin: 0px;
	padding: 0px;
}
input[type=submit], input[type=button]
{
	background-color: #6F0000;
	background-image: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 1em;
}
#message
{
	width: 420px;
	height: 150px;
}