iframe { padding-top: 0px; }

form {
	font-size: 12px;
	line-height: 20px;
	background: url(../img/start-apply-gradient.png) top repeat-x;
	padding: 30px 15px;
	margin-top: 35px;
}

	form input {
		color: #333333;
		font-size: 13px;
		border: 1px solid #666666;
		background: #FFFFFF;
		padding: 3px;
		margin: 5px 0 25px 0;
		clear: both;
	}
	
		form input.small { width: 200px;}
		form input.medium { width: 822px;	}
		
		form textarea:focus,
		form input:focus { background: #F9F9F9; outline: 0; }
	
	form textarea {
		width: 822px;
		resize: none;
		color: #333333;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		border: 1px solid #666666;
		background: #FFFFFF;
		padding: 3px;
		margin: 5px 0 25px 0;
	}

		form input.file {
			width: 300px;
			background: #EDEDED;
			border: none;
			position: relative;
			margin: 0 0 25px 20px;
			padding: 12px;
		}
		
	form .button {
		width: 149px;
		height: 45px;
		background: url(../img/start-apply-submit.png) top no-repeat;
		border: 0px;
		float: right;
	}
	
		form .button:active,
		form .button:focus { background: url(../img/start-apply-submit.png) bottom no-repeat; outline: 0; }
		
	form .separate {
		width: 100%;
		height: 0px;
		border-top: 1px dotted #555555;
		margin: 25px 0 50px 0;
	}
	
		.captcha {
			width: 100px;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
			background: #EDEDED;
			border: 1px solid #CCCCCC;
			padding: 3px;
			float: left;
		}