#magazin{
	width: 380px;
	min-height: 150px;
	border-radius: 10px;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	color: #f0f0f0;
	
}
#magazin div{
	width: 360px;
	margin: 10px;
	height: 20px;
	padding: 10px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 4px;
	color: #fff;
	
}
#magazin div pre{
	width: 360px;
}
.contacts{
	border-radius: 10px;
    width: 480px;
    margin-left: 0px;
}
.text {
    width: 100%;
    height: 35px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid #03a40b;
    outline: none;
    color: #931926;
    font-size: 16px;
    margin-left: 20px;
}
.textarea {
    width: 100%;
    height: 100px;
    background-color: transparent;
	border-bottom: 1px solid #03a40b;
    outline: none;
    color: #931926;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    margin-left: 20px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #03a40b;
    border: 1px solid #03a40b;
    cursor: pointer;
    margin-left: 20px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	 background-image: url('../img/background.png');
	  border: 1px solid #03a40b;
}
.meps{
	width: 400px;
    height: 400px;
    position: absolute;
    right: 30px;
    top: 40px;
}
::placeholder {
    font-size: 13px;
}
.checkbox {
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: left;
    padding: 10px;
    margin-left: 30px;
}