.form {
	background: #ededed;
}
.form .inptext {
	width: 100%;
	max-width: 570px;
	height: 40px;
	border: 1px solid #d4d4d4;
	margin-bottom: 15px;
	margin-top: 5px;
}
.form {
	padding: 30px;
}
.form .box {
	color: #333;
	font-size: 18px;
}
.text_content .optom_sbt {
	background-color: #c62829;
	width: 164px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	border: none !important;
	outline: 0;
	color: #ffffff;
	font: 18px/40px Tahoma;
	cursor:pointer;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.btn {
  border: none;
  cursor: pointer;
  color: #333;
  background-color: #d4d4d4;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.text-upload {
	position: absolute;
    z-index: 1;	
    font-size: 16px;
    line-height: 38px;
}
.upl-info {
	margin-top: 25px;
    margin-bottom: 5px;	
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: sub;
	margin-right: 10px;
} 
.check-group {
	font-size: 15px;
	margin: 10px 0 25px 0;
}
.last_link {
	color: #999;
}
@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
	.upload-btn-wrapper button {
		width: 100%;
	}
	.text-upload {
		position: relative;
		margin: 10px 0 0 0;
    	display: block;
	}
	.upl-info {
		margin-top: 5px;
	}
}
@media screen and (max-width: 959px){
	.form {
    padding: 30px 10px;
}	
}
