		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 #8cafa9;
    border-radius: 8px;
    background: #8cafa9;
    background: -webkit-gradient(linear, left top, left bottom, from(#8cafa9), to(#5e7069));
    background: -moz-linear-gradient(top, #8cafa9, #5e7069);
    background: linear-gradient(to bottom, #8cafa9, #5e7069);
    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 #8cafa9;
    background: #5e7069;
    background: -webkit-gradient(linear, left top, left bottom, from(#5e7069), to(#5e7069));
    background: -moz-linear-gradient(top, #5e7069, #5e7069);
    background: linear-gradient(to bottom, #5e7069, #5e7069);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
input#submit:active {
    background: #8cafa9;
    background: -webkit-gradient(linear, left top, left bottom, from(#8cafa9), to(#8cafa9));
    background: -moz-linear-gradient(top, #8cafa9, #8cafa9);
    background: linear-gradient(to bottom, #8cafa9, #8cafa9);
    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:#8cafa9; padding:20px;-moz-border-radius: 30px;
border-radius: 30px;}

.contact-title {text-align:center; font-weight:bold; color:#FFF; font-family: Source Sans Pro, sans-serif ;}

.formbox { background-color:#8cafa9; }

#contactbox {}