.form {
	width:684px;
	margin:0px;
	padding:0px;
}
	.form h1 {
		background:url(images/formH1Bg.gif) repeat-x;
		height:64px;
		line-height:64px;
		color:#fff;
		float:none;
		width:674px;
		margin:0px;
		padding:0px;
		font-weight:normal;
		font-size:30px;
		padding-left:10px;
		margin-bottom:15px;
	}
	.form h1 span {
		color:#1F9CC5;
	}
	.form fieldset.input,.form fieldset.submit  {
		margin:0px;
		padding:0px;
		border:none;
	}
	.form fieldset.input label {
		width:170px;
		display:block;
		float:left;
		font-weight:bolder;
		font-size:12px;
		padding-left:20px;
	}
	.form label.form-required:after {
		color:#CC0000;
		content:'*';
	}

	.form fieldset.input input {
		width:470px;
		float:left;
		background:url(images/inputFormBg.gif) repeat-x;
		border:1px solid #c5c0bd;
		height:22px;
		padding-left:4px;
		padding-top:5px;
		line-height:22px;
		margin-bottom:7px;
	}
	.form #Form1Field5,.form #Form9Field4 {
		width:597px;	
		height:153px;
		clear:left;
		background:url(images/inputFormTextareaBg.gif) no-repeat;
		margin:0px;
		padding:0px;
		border:none;
		padding-top:50px;
		padding-left:27px;
		padding-right:27px;
		padding-bottom:25px;
		margin-left:20px;
		margin-top:3px;
	}
	#Form1FieldsetCallback,#Form9FieldsetCallback {
		background:url(images/visszahivas.gif) no-repeat left Bottom;
		width:654px;
		margin-left:20px;
		margin-top:30px;
	}
		#Form1FieldsetCallback input,#Form9FieldsetCallback input {
			width:30px;
			height:60px;
			margin:0px;
		}
		#Form1FieldsetCallback label,#Form9FieldsetCallback label {
			width:560px;
			font-size:17px;
			font-weight:normal;
			padding-left:0px;
			line-height:60px;
		} 
			#Form1FieldsetCallback label:hover,#Form9FieldsetCallback label:hover  {
				text-decoration:underline;
				cursor:pointer;
			}

			#Form1FieldsetCallback label span,#Form9FieldsetCallback label span {
				color:#1F9CC5;
			}
		#Form1FieldsetCallback img,#Form9FieldsetCallback img {
			float:left;
			margin-left:20px;
			margin-right:10px;
		}
 #Form1FieldsetNewsletter input,#Form9FieldsetNewsletter input  {
	width:30px;
	height:60px;
	margin:0px;
}			
	#Form1FieldsetNewsletter, #Form9FieldsetNewsletter {
		background:url(images/visszahivas.gif) no-repeat left Bottom;
		width:654px;
		margin-left:20px;
		margin-top:30px;
	}
	#Form1FieldsetNewsletter img,#Form9FieldsetNewsletter img  {
		float:left;
		margin-left:20px;
		margin-right:10px;
	}
	#Form1FieldsetNewsletter label,#Form9FieldsetNewsletter label  {
		width:560px;
		font-size:17px;
		font-weight:normal;
		padding-left:0px;
		line-height:60px;
	}
	#Form1FieldsetNewsletter label:hover, #Form9FieldsetNewsletter label:hover  {
		text-decoration:underline;
		cursor:pointer;
	}
.form fieldset.submit {
	float:right;
	margin-top:20px;
	margin-right:10px;
}	
.form fieldset.submit input {
	background:url(images/submitBg.gif);
	width:117px;
	height:34px;
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:34px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	border:none;
	cursor:pointer;
}


