html, body{ 
	padding: 0;
	margin: 0;
	background-color: #fef9ef;
}
.short {
    float: left;
    width: 185px;
}
.field-label {
    color: #b60d4e !important;
    font-size: 16px !important;
    font-weight: bold;
    padding-bottom: 2px !important;
    text-transform: uppercase;
}
.clear {
    clear: left !important;
}
form.form p.long {
    clear: both;
	float: none;
}
form.form p.long input.text {
    width: 384px;
}
form.form {
    font-family: "Open Sans" !important;
    margin: 0 auto;
    padding: 0;
    width: 436px;
}

form.form h2 {
    color: #c81056;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
	padding: 0 14px;
}
form.form p.required, form.form span.required, form.form label.required {
	font-weight: normal;
}
form.form p, form.form p.pd-checkbox {
	clear:none;
    margin-bottom: 10px;
    line-height: 1.4em;
    margin: 10px 5px;
    padding: 3px 9px;
}
form.form p.short input.text {
    margin-right: 0;
    width: 171px;
}

.red-color, form.form p.error, form.form span.error, form.form div.error, form.form p.error label {
    font-weight: bold;
}
form.form p.error input {
    border: 1px solid red;
}
form.form p.submit {
    clear: both;
    float: left;
    margin: 0;
    padding: 10px 0 0;
}
form.form p.submit input {
    background-color: #c81056;
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: "Open Sans" !important;
    font-size: 37px;
    font-weight: normal;
    height: 100px;
    margin: 0 0 0 14px !important;
    padding: 0 !important;
    width: 396px;
	cursor: pointer;
}
form.form p.submit input:hover {
    background-color: #ac0e4b;
}
p.short .text, p.long .text {
    background-color: #FFFFFF;
    border: 3px solid #760F44;
    font-family: "Open Sans";
    font-size: 18px;
}
.red-background, form.form p.errors {
    background: none;
    color: red;
    font-weight: bold;
	font-size: 16px;
}
form.form input {
    font-weight: normal;
    margin-top: 3px;
    padding: 4px;
}
form.form p.terms {
    clear: both;
    padding-top: 10px;
    width: 396px;
	text-align: center;
}
form.form p.no-label {
    margin-left: 5px;
}
form.form p.pd-checkbox span.value span input {
    margin-left: 0;
    padding-left: 0 !important;
	float: left;
}
form.form p label.inline {
    color: #333 !important;
    float: left;
    font-weight: normal !important;
    line-height: 1.4em;
    margin-bottom: 3px;
    padding-left: 7px !important;
    width: 370px;
}
form.form p.error.no-label {
    color: red;
    margin-left: 14px;
}
form.form p.no-label.pd-checkbox {
    clear: none;
    color: #333;
    margin-left: 5px;
}

@media (max-width: 460px) {
	html, body {
		width: 100%;
	}
	form.form {
		box-sizing: border-box;
		font-family: "Open Sans" !important;
		margin: 0 auto;
		padding: 0 5px;
		width: 100%;
	}
	.short {
		clear: both;
		float: left;
		width: 100%;
	}
	.field-label {
		color: #b60d4e !important;
		font-size: 16px !important;
		font-weight: bold;
		padding-bottom: 2px !important;
		text-transform: uppercase;
	}
	.clear {
		clear: left !important;
	}
	form.form h2 {
		padding: 0;
		width: 100%;
	}
	form.form textarea.standard {
		resize: none;
	}
	form.form .text, form.form textarea {
		background-color: #FFFFFF;
		border: 3px solid #760F44;
		font-family: "Open Sans";
		font-size: 18px;
		width: 200px;
	}
	form.form p.submit input {
		font-size: 21px;
		height: 65px;
		margin: 0 !important;
		padding: 0 1px !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		width: 269px;
	}
	form.form p.required, form.form span.required, form.form label.required {
		font-weight: normal;
	}
	form.form p {
		clear:none;
		line-height: 1.4em;
		margin: 10px 0px;
		padding: 3px 0px;
	}
	form.form p.short input.text, form.form p.long input.text {
		margin-right: 0;
		width: 256px;
	}
	.red-color, form.form p.error, form.form span.error, form.form div.error, form.form p.error label {
		font-weight: bold;
	}
	form.form p.error input {
		border: 1px solid red;
	}
	
	form.form p.submit input:hover {
		background-color: #ac0e4b;
	}

	form.form textarea.standard {
		height: 92px;
		resize: none;
		width: 254px;
	}
	form.form p label {
		padding: 3px 0 0;
	}
	.red-background, form.form p.errors {
		background: none;
		color: red;
		font-weight: bold;
	}
	form.form input {
		font-weight: normal;
		margin-top: 3px;
		padding: 4px;
	}
	form.form p.no-label.pd-checkbox {
		margin-left: 0;
		padding-left: 0;
	}
	form.form p label.inline {
		width: 246px;
	}
	form.form p.error.no-label {
		margin-left: 0;
	}
	form.form p.terms {
		width: 269px;
	}
}
