.col2 {
	position: relative;
	height: auto;
}
.col2 fieldset { border:0; padding:0; margin:0;}
.col2 label {
/*	display: block;
	position: relative;
	min-height: 41px;
	width: 400px;*/
}
.col2 label.message {
	min-height: 183px;
}
.col2 input {
	background: none repeat scroll 0 0 #292B2F;
    border: 1px solid #3F4044;
    color: #707274;
    font-family: 'Pontano Sans',sans-serif;
    font-size: 13px;
    margin: 0 0 8px;
    padding: 5px;
    width: 208px;
}
.col2 textarea {
	background: none repeat scroll 0 0 #292B2F;
    border: 1px solid #3F4044;
    color: #707274;
    font-family: 'Pontano Sans',sans-serif;
    font-size: 13px;
    margin: 0 0 8px;
    padding: 5px;
    width: 208px;
}
.col2 label > span {
	color: #000;
	position:relative;
	top: -5px;
}
.col2 .success {
	color:#fff;
	display:none;
	margin-bottom:10px;
}
.col2  .empty, .col2 .error {
	font: 10px/8px Arial, sans-serif;
	display:none;
	color:#cb3030;
}
.col2 .btns {
	/*position: absolute;
	left: 0;*/
}
.col2 .btns .button-shadow {
	margin-right:20px;
}
.button-shadow {width:auto; float:left;}
.button-shadow a {
font-family: 'Pontano Sans',sans-serif;
    font-size: 14px;
 background: url("../images/btnbg1.jpg") repeat-x scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    line-height: 32px;
    padding: 0 10px;
    text-transform: uppercase;
	display:block;
	text-decoration:none;
}
.button-shadow a:hover {
	background:#f9c707; color:#000;
}

.footer .row1 .col2 input[type="submit"].sentbtn {
	font-family: 'Pontano Sans',sans-serif;
		font-size: 14px;
	 background: url("../images/btnbg1.jpg") repeat-x scroll 0 0 transparent;
		border: 0 none;
		color: #FFFFFF;
		line-height: 32px;
		padding: 0 10px;
		text-transform: uppercase;
		display:block;
		text-decoration:none;
		cursor: pointer;
	}
.footer .row1 .col2 input[type="submit"].sentbtn:hover{background: #f9c707; color: #000;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.col2 input {
		width: 280px;
	}
	.col2 textarea {
		width: 400px;
	}
	.col2 label {
		width:320px;
	}
}
@media only screen and (max-width: 767px) {
	.col2 .btns .button-shadow {
		padding-right:10px;
	}
	
	.col2 .btns .button-shadow {
		padding-right:10px;
	}
	.col2input {
		width: 180px;
	}
	.col2 textarea {
		width: 220px;
	}
	.col2  label {
		width:210px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.col2 .btns .button-shadow {
		padding-right:40px;
	}
	.col2 input {
		width: 200px;
	}
	.col2 textarea {
		width: 320px;
	}
	.col2  label {
		width:220px;
	}
}