body 
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #666;
	font-weight: normal;
}

li.mainForm
{
	padding-bottom: 5px;
}



input.mainFormError
{
	background-color: #FFFFCC;
	color: #000;
	font-weight: normal;
}


textarea.mainFormError
{
	background-color: #FFFFCC;
	color: #000;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


select.mainFormError
{
	background-color: #FFFFCC;
	color: #000;
	font-weight: normal;
}

label.formFieldQuestion
{
	display: block;
	font-size: 95%;
	font-weight: normal;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0;
}

label.formFieldOption
{
	font-size: 90%;
	display: block;
	margin: -19px 0 0 25px;
	padding: 4px 0 5px 0;
	width: 90%;
	background-color: #FFF;
}



input.formFieldStyle
{
	display: block;
	line-height: 100%;
	margin: 8px 0 0 3px;
	width: 13px;
	height: 13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal;
	display: block;
	position: absolute;
	top: 20px;
	;
	left: 25px;
	width: 205px;
	height: 70px;
	border: 1px solid #ccc;
	background: #f4f4f4 url(question.gif) no-repeat bottom right;
	color: #000;
	text-align: left;
	font-size: 1em;
	padding-left: 10px;
	padding-top: 10px;
}
.rosu {
	color: #FF4646;
	font-size: 90%;
	font-family: Arial;
}
.buton {
	color: #FF0000;
	font-size: 90%;
	font-family: Arial;
	padding: 5px;
	border: 1px solid #F00;
}

.explicatii {
	color: #97B1FF;
	font-size: 90%;
	font-family: Arial;
}
input {
	font-family: Arial;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 2px;
	color: #999;
	background-color: #FFF;
}
textarea {
	font-family: Arial;
	color: #999;
	border: 1px solid #CCC;
	border-radius: 5px 0px 0px 5px;
}
