body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow:hidden;
}

body, html {
	width:100%;
	height:100%;
}

.x {
	position:relative;
	text-align: center;
	width:100%;
}
.x.up {
	height:50%;
	background-color:#fff;
}
.x .contents {
	position:absolute;
	width:100%;
	left:0;
}

.x.up .contents {
	bottom:50px;
}

.x.down {
	padding:0 50px;
	margin-left:-50px;
	height:100%;
	background-color:#00aced;
	color:#eeeeee;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.x.down .contents {
	top:50px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.footer {
    border-top: 1px solid #2EBBF0;
    display: table;
    margin: 20px auto 0;
    padding: 15px;
}
.footer li {
    float: left;
    margin-right: 30px;
}

.footer li:last-child {
	margin-right:0;
}

.footer a {
    color: #95DDF8;
    display: block;
    font-size: 15px;
    padding:5px 0 5px 34px;
    text-decoration: none;
}
.email a {
    background: url("../img/master.png") repeat scroll 0 6px transparent;
}
.email a:hover {
    background: url("../img/master.png") repeat scroll 0 -81px transparent;
}
.tel a {
    background: url("../img/master.png") repeat scroll -376px 0 transparent;
}
.tel a:hover {
    background: url("../img/master.png") repeat scroll -376px -77px transparent;
}
.fb a {
    background: url("../img/master.png") repeat scroll -777px 1px transparent;
    padding-left: 21px;
}
.fb a:hover {
    background: url("../img/master.png") repeat scroll -777px -81px transparent;
}
.footer a:hover {
	color:#fff;
}

form input {
    border: medium none;
    color: #736D6D;
    padding: 9.5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 26%, #ededed 66%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(26%,#fafafa), color-stop(66%,#ededed), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 26%,#ededed 66%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#fafafa 26%,#ededed 66%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 26%,#ededed 66%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#fafafa 26%,#ededed 66%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

h2 {
    font-size: 15px;
    margin-bottom: 15px;
}
button {
    background-color: #020202;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 12px;
}
button:hover {
	background: #da1e2c; /* Old browsers */
	background: -moz-linear-gradient(top, #da1e2c 0%, #d11d29 29%, #cc1c27 34%, #ba1a26 71%, #b21822 89%, #ae1823 97%, #b01824 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da1e2c), color-stop(29%,#d11d29), color-stop(34%,#cc1c27), color-stop(71%,#ba1a26), color-stop(89%,#b21822), color-stop(97%,#ae1823), color-stop(100%,#b01824)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #da1e2c 0%,#d11d29 29%,#cc1c27 34%,#ba1a26 71%,#b21822 89%,#ae1823 97%,#b01824 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #da1e2c 0%,#d11d29 29%,#cc1c27 34%,#ba1a26 71%,#b21822 89%,#ae1823 97%,#b01824 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #da1e2c 0%,#d11d29 29%,#cc1c27 34%,#ba1a26 71%,#b21822 89%,#ae1823 97%,#b01824 100%); /* IE10+ */
	background: linear-gradient(to bottom, #da1e2c 0%,#d11d29 29%,#cc1c27 34%,#ba1a26 71%,#b21822 89%,#ae1823 97%,#b01824 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1e2c', endColorstr='#b01824',GradientType=0 ); /* IE6-9 */
}
form.mc button {
    margin-left: -4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	form.mc button {
		margin-left: -6px;
	}
}

.main.msg {
    margin-bottom: 30px;
    margin-top: -15px;
    padding-top: 100px;
}

.error.main {
    background: url("../img/error.png") no-repeat scroll 50% 0 transparent;
    padding-top: 85px;
}
.uc.main {
    background:url("../img/uc.png") no-repeat 50% 0 transparent;
}

.main p {
    font-size:25px;
}