#confirm {
	position: relative;
	height: auto;
	padding-bottom: 30px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 41px;
	width: 400px;
}
#confirm  label.message {
	min-height: 183px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 0 13px;
	width: 372px;
	height: 30px;
	font: 12px/18px Arial, sans-serif;
	color: #474747;
	background: #ffffff;
	border: 1px solid #b3b3b3;
}
#confirm textarea {
	resize: none;
	overflow: auto;
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 5px 13px;
	width: 542px;
	height: 152px;
	font: 12px/18px Arial, sans-serif;
	color: #474747;
	background: #ffffff;
	border: 1px solid #b3b3b3;
}
#confirm label > span {
	color: #000;
	position:relative;
	left: 10px;
}
#confirm .success {
	color:#000;
	display:none;
	margin-bottom:10px;
}
#confirm  .empty, #confirm  .error {
	font: 12px/18px Arial, sans-serif;
	display:none;
	color:#cb3030;
}
#confirm .btns {
	position: absolute;
	left: 0;
}
#confirm .btns .button-shadow {
	padding-right:40px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	#confirm input {
		width: 280px;
	}
	#confirm textarea {
		width: 400px;
	}
	#confirm  label {
		width:320px;
	}
}
@media only screen and (max-width: 767px) {
	#confirm .btns .button-shadow {
		padding-right:10px;
	}
	
	#confirm .btns .button-shadow {
		padding-right:10px;
	}
	#confirm input {
		width: 180px;
	}
	#confirm textarea {
		width: 220px;
	}
	#confirm  label {
		width:210px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#confirm .btns .button-shadow {
		padding-right:40px;
	}
	#confirm input {
		width: 200px;
	}
	#confirm textarea {
		width: 320px;
	}
	#confirm  label {
		width:220px;
	}
}