@charset "utf-8";
/* CSS Document */

	body {
		background:#eaeaea;
		overflow:hidden;
	}
	.if-container {
		width:auto;
		margin:0px auto;
	}
	.if-inner-container {
		float:left;
		padding:30px;
		font-weight:600;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.if-header-img {
		float:left;
		width:580px;
		height:325px;
		margin-bottom:15px;
	}
	h1 {
		font: 24px Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
		overflow:hidden;
	}
	 h1 strong {
	 	font-size:36px;
	 }
	.if-form {
		float:left;
		width:55%;
	}
	  .if-form p {
		float:left;
		width:100%;
		margin:5px 0px;
	  }
	   .if-form p small {
	   	color:#999999;
	   }
	   .if-form p span {
	   	float:left;
		width:100%;
	   }
	   	.if-form p label {
			float:left;
			width:100%;
			min-width:400px;
			margin:0px;
			padding-bottom:5px !important;
			margin-left:0px;
		}
		  .if-form p span label#f-firstname {
		  	margin:0px;
			width:112px;
			min-width:112px;
		  }
		  .if-form p span label#f-lastname {
		  	margin:0px;
			width:152px;
			min-width:152px;
		  }
		.if-form p input {
			float:left;
			margin:0px 0px;
			width:152px;
			border:1px solid #999999;
		}
			.if-form p input#f-firstname, .if-form p input#f-lastname {
				width:101px;
				margin-right:10px;	
			}
		.if-form p input#submit {
			float:left;
			width:84px;
			height:54px;
			background:url(../images/send-submit.png) no-repeat;
			background-position:0px 0px;
			border:0px;
			color:#FFF;
			font-size:26px;
			margin-top:30px;
		}
	.if-image {
		float:left;
		width:45%;
	}
		.if-image img {
			float:left;
		}

