p.error, p.success {border: 1px solid; font-weight: bold; padding: 10px;}
p.error {background: #ffc0c0; color: #900;}
p.success {background: #b3ff69; color: #4fa000;}

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: 1px solid #003f51;
    border-radius: 8px;
    background: #003f51;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2b61), to(#003f51));
    background: -moz-linear-gradient(top, #c977fd, #5c0a9c);
    background: linear-gradient(to bottom, #c977fd, #5c0a9c);
    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: 1px solid #0a2b61;
    background: #5e7069;
    background: -webkit-gradient(linear, left top, left bottom, from(#336dcb), to(#336dcb));
    background: -moz-linear-gradient(top, #c977fd, #c977fd);
    background: linear-gradient(to bottom, #c977fd, #c977fd);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
input#submit:active {
    background: #8cafa9;
    background: -webkit-gradient(linear, left top, left bottom, from(#c977fd), to(#c977fd));
    background: -moz-linear-gradient(top, #5c0a9c, #5c0a9c);
    background: linear-gradient(to bottom, #5c0a9c, #5c0a9c);
    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:#017397; margin:0px 0px 20px 20px;-moz-border-radius: 30px;
border-radius: 30px;}

.contactpage {padding:20px; min-width: 48%; max-width:48%}

.contact-title {text-align:center; font-weight:bold; color:#FFF; font-family: Source Sans Pro, sans-serif ;}

.formbox { background-color:#003f51; padding:20px !important;  }

@media (max-width: 900px) {.roundborder {margin-right: 0px;margin-left:0px;padding:0px !important;}
.box {min-width: 100%;}
.contactpage { min-width: 100% !important; max-width:100% !important}
	
}

