div, fieldset, input, textarea {
margin: 0;
padding: 0;
border: 0;
outline: none;
color: #000;
}
form {
	padding:0;
	margin: 0 30px;
	text-align: center;
}
.antispam { 
	display:none;
}
.email {
	padding: 0;
}
.email a {
	color: #000;
}

label {
color: #000;
}

input {
	height: 30px;
	width: 300px;
background-color: #FFF;/*was#f90; gold*/
border: #999 thin solid;
border-radius: 2px;
padding: 6px;
	letter-spacing: 0.2em;
	line-height: 1.75em;
 	color: #000;
}
textarea {
	height: 100px;
	width: 300px;
background-color: #FFF;/*was#f90; gold*/
border: #999 thin solid;
	padding: 6px;
	color: #000 !important;
	letter-spacing: 0.2em;
	line-height: 1.75em;
border-radius: 2px;

	}

input:focus, textarea:focus {
background-color: #CCC;
/*Grey*/

}

input[type=submit] {
width: 150px;
height: 52px;
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
color: #000;
}
button {
	padding: 1.2em 2em 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 10px;
	border: 2px solid rgba(255,255,255,1);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
    background-color: #f90;
    transition: all 0.3s ease;
}
button:hover {
	color: white;
	background-color: #000;
}
.ct_img_get {
	display: flex;
	flex-wrap: wrap;
	width: 314px;
	margin: 0 auto;
}
.ct_img_get .ct_img,
.ct_img_get .ct_field {
	display: flex;
	align-items: center;
}

.ct_img_get .ct_img {
	flex-basis: 33%;
}
.ct_img_get .ct_field {
	flex-basis: 67%;
}

.ct_img_get .ct_img img {
	width: calc(100% - 0.5em);;
	max-width: calc(100% - 0.5em);
	height: auto;
}
.ct_img_get .ct_field input {
	width: calc(100% - 0.5em);
	max-width: calc(100% - 0.5em);
}
