
	*
	{
		margin: 0;
		padding: 0;
	}

	img
	{
		border: 0;
	}

	body
	{
		font-size: 62.5%;
		background-color: #EDEDEE;
		text-align: center;

	}
#content    
	{
	background-color: #fff;
	margin-left: -380px;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 760px;
	height: 1100px;
	visibility: visible
	}




.form {
	background-image: url('/media/images/seminar/2009-01_r3_c3.gif');
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-top: 0;
	font-family: arial;
	}

.white {
	background: #fff !important;
}

fieldset {
	border: none;
	margin: 0px;
	}













/* ---------------------------------------
	form styles
--------------------------------------- */

	form {
	margin: 0;
	padding: 0;
	}

	label,
	label strong
	{
		display: block;
	}

	label
	{
		line-height: 22px;
	}
	
	input
	{
		width: 191px;
		height: 19px;
		line-height: 14px;

		float: left;
		border: none;


		

	}

.field {
	height: 30px;
	background: #FFFF99;

	}

.background {

	background-color:  #FFFF99;
	}

legend {
	color: red;
	font-weight: bold;
	font-size: 78%;
}


