@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,900,900italic,700,500);


body { background: #fff; font-family:'Roboto'; }

a { color: #red; text-decoration: none; }
a:hover { color: #09F;
text-decoration: none; }

h4 {
    display: block;
    margin: 0px 0 0px 0;
    font: 1.6em "Roboto";
	font-weight: 900;
	line-height: 1.1em;
    color: #617797;
    text-decoration: none;
	text-align: center;
}
    h4:hover { color: #90b0dd; }

.p1 { color: #444; font: 1.1em "Roboto"; font-weight: 700; line-height: 1.3em; margin: 0px 0px 0px 0px; text-align: center; }

.button {
    background-color: #222;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -moz-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -ms-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: -o-linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    background-image: linear-gradient(hsla(0,0%,100%,.15), hsla(0,0%,0%,0));
    border: 1px solid #111;
    color: #c6c6c6;
    cursor: pointer;
    display: inline-block;
    font: bold 18px/12px 'Roboto';
    margin: 0px;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px hsla(0,0%,0%,.8);
    vertical-align: top;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
	.button:hover, .button:focus {
		background-color: #242424;
		color: #f6f6f6;
	}
	.button:active {
		background-color: #202020;
		color: #b6b6b6;
		padding: 8px 10px;
	}

#wrapper { width: 420px; margin: 0 auto; padding: 30px 25px; }
#inline { display: none; width: 420px; }

/* --- The Form --- */
#contact {  }

#contact fieldset {
    border: 1px solid #EEEEEE;
    padding: 20px;
	border-radius: 3px;
}

#contact legend {
    border: 1px solid #EEEEEE;
    color: #617797;
    margin-bottom: 0 !important;
    padding: 7px 10px;
	font-weight: bold;
	border-radius: 3px;
}

#contact label {
    display: inline-block;
    float: left;
    font-size: 1em;
    height: 26px;
    line-height: 26px;
    width: 155px;
}

#contact input, #contact textarea, #contact select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Roboto";
    margin: 5px 0;
    padding: 5px;
    width: 360px;
	border-radius: 3px;
}

#contact .button { border-radius: 8px; margin: 5px 20px 10px 25px; }

#contact input:focus, #contact textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }

#contact .error { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
#contact .error:focus { border: 1px solid #eee; color: #a35959; }

/* --- The visible Form --- */
