@IMPORT url("/resources/css/reset.css");

/*** GLOBAL ****/
body {
	background: white;
	color:#5c5f5e;
}

/*** TABLES ***/
.label {
	text-align:right;
}

/*** FORMS ***/
input[type=text], input[type=password] {
	border: 1px solid #5b5f5e;
}
button {
	margin-top : 10px;
	border: 1px solid #5b5f5e;
	text-transform: uppercase;
	background: url('/resources/img/index/button_bg.gif');
	color: #5b5f5e;
	cursor: pointer;
}

.tip div {
	font-size:0.8em;
	margin-top: 2px;
}

.label label{
	margin-right: 10px;
}
.field{
	width:200px
}

.field input, .field select {
	margin-top: 5px;
}

/*** VALIDATION ***/

.succeed {
	font-size: 1.1em;
	margin-top: 30px;
	padding: 10px;
	color:black;
	text-align: center;
	background-color: #daffeb;
	border : 1px solid #007b09;
}

.error span {
	color:red;
}

#warning{
	background-color: #ffebce;
	padding:5px;
	border: 1px #ff9600 solid;
	margin-left: 10px;
	margin-top: 20px;
	text-align: left;
}