/* Form elements. */
#content fieldset
{
	margin-left: 		10px;
	margin-right: 		10px;
	border:				1px solid #ccc;
	background:			#f8f8f8;
}

#content fieldset p
{
	margin-left: 		0px;
	margin-right: 		0px;
}

#content legend
{
	font-weight:		bold;
}

#content label
{
	/*display:			block;
	float: 				left;
	width:				10em;*/
}

/* TODO: only a temporary solution */
.spanWithFixWidth
{
	float: 				left;
	width:				15em;
	/* background:			#FF00FF;*/
}


#content select
{
	font: 				normal 1.0em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
}

#content input
{
	font:				normal 1.0em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
}


/*
#content input[type="text"]
{
	width:				200px;
}
*/


/*
#content input[type="button"]
{
	font: 				normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
}
*/


.required
{
	/* font-size:			0.75em; */
	color:				red;
}


#content form p
{
	position:			relative;	
}

/*
.error-label
{
	font-weight:        bold;
  	color:			  	red;
}
*/

.error
{
	font-weight:        bold;
  	color:			  	red;
}

.feedback
{
	font-weight:		bold;
	/* color:				#760000; */
	color:			  	red;
	padding-left:		18px;
	background:			url('../images/error_small.png') no-repeat left top;
	display:			block;
}

#formList p label{
	width: 				100px;
	margin-right:		10px;
	text-align: 		right;
}

#breadcrumbs{
	margin:	10px 0px 10px 5px;
}

.translate{
	color:	blue;
}

#emailTemplate{
	width : 	730px;
	margin: 	0;
	padding:	0;
}