body {
	margin: 0;
	padding: 0;
	font-family: Abel,Arial,Helvetica,sans-serif;
	height:1500px;
	background: #EBEBEB;
}

.title {
	background: white;
	margin:0;
	padding: 0;
	padding-top: 20px;
}

h1 {
	text-align: center;
	font-family: 'Loved by the King', cursive;
	font-size: 80px;
	margin: 0;
}

h3 {
	font-family: 'Poiret One', cursive;
	text-align: center;
	font-size: 60px;
}

h4 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}

hr {
	border:none;
	height: 2px;
	background: #DADADA;
	margin: 0;
}

label {
    display: inline-block;
    padding-right:20px;
    padding-left: 15px;
    text-indent: -15px;
}
input, select {
    width: 13px;
    height: 20px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

select {
	width: auto;
}

input[type=text] {
	width: 50px;
}

input[type=button] {
	width: auto;
}

.script_option {
	text-align: center;
	padding-bottom: 20px;
}