* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;
    font-family: Helvetica, sans-serif;
    background: url(../images/stripe.png) repeat;
}

p {
    font-size: 1.3em;
    margin-bottom: 15px;
}




#page-wrap {
    width: 660px;
    background: white;
    padding: 20px 20px 20px 20px;
    margin: 20px auto;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

p {
	font-size: 1.4em;
}

h1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.a_block {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contact-area {
    width: 600px;
    margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
}

#contact-area input[type=text], #contact-area textarea {
    padding: 5px;
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ccc;
	resize: none;
}

#participant {
	margin: 10px, 0px, 0px, 0px;
    width: 600px;
    margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
	background: #37a5b2;
	border-radius: 8px;
}

#participant h2{
padding: 10px;
}
#bottom{
padding: 10px;
background: #e6871d;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

#infoblock {
    padding: 10px;
	background: #e6e6e6;
}

.form-row {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
	text-align: center;		
}

input[type=submit] {
	height: 25px;
    width: 50%;
	background: #337AB7;
	color: white;
    text-transform: uppercase;
    border-radius: 10px;
}
input[type=submit]:hover {
	background: #286090;
}

#contact-area textarea {
    height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
    border: 2px solid #900;
}



label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
    font-size: 1.4em;
}


.success {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
    background-size:31px 31px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px; font-weight: 600;
}

.unsuccess {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #ffffff;
    background-color: #cc0000;
    background-image:url('../images/error.png');
    background-size:31px 31px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px; font-weight: 600;
}

.note {
    color: red;
}



img {

    width: 100%;

}


