p.error, p.success {border: 1px solid; font-weight: bold; padding: 10px;}
p.error {background: #ffc0c0; color: #900;}
p.success {background: #b3ff69; color: #4fa000;}
p {line-height: 2.6; font-weight: 300;
      font-family: 'Lato', sans-serif;}

input {width: 100%;-moz-border-radius: 5px; border-radius: 5px; margin-bottom:10px}
		
input#submit {display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 24px;
    border: 5px solid #01425e;
    border-radius: 8px;
    background: #01425e;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b96a8), to(#2b96a8));
    background: -moz-linear-gradient(top, #2b96a8, #2b96a8);
    background: linear-gradient(to bottom, #2b96a8, #2b96a8);
    text-shadow: #8cafa9 1px 1px 1px;
    font: normal normal bold 18px arial;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
	width:50%}
	
input#submit:hover {
    border: 5px solid #01425e;
    background: #3e8f54;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e8f54), to(#3e8f54));
    background: -moz-linear-gradient(top, #3e8f54, #3e8f54);
    background: linear-gradient(to bottom, #3e8f54, #3e8f54);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
input#submit:active {
    background: #2b96a8;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b96a8), to(#2b96a8));
    background: -moz-linear-gradient(top, #2b96a8, #2b96a8);
    background: linear-gradient(to bottom, #2b96a8, #2b96a8);
    text-transform: uppercase
}
input#submit:focus {text-transform: uppercase}
	
textarea {width: 100%; -moz-border-radius: 5px; border-radius: 5px;}

.roundborder {border-style: solid; border-width: 15px; border-color:#01425e; padding:20px;-moz-border-radius: 30px;
border-radius: 30px; margin-right: 15px;}

.contact-title {text-align:center; font-weight:bold; color:#FFF; font-family: Lato, sans-serif ;}

.formbox { background-color:#01425e; }

@media (max-width: 990px) {
	.roundborder {border-width: 15px; border-color:#01425e; padding:0px;-moz-border-radius: 30px;
border-radius: 30px; margin-right: 0px;}
p {line-height: 1.8}
input {margin-bottom:0px}
	
}