a {
	color: #903;
	text-decoration: none;
}

a:visited {
	color:#903;
	text-decoration: none;
}

#mainform {
	width: 60%;
	margin: 20px auto;
}
#form{
    border-radius:2px;
    padding:20px 30px;
    box-shadow:0 0 15px;
	background-color:#CFF;
    font-weight:bold;
    width:80%;
    margin:20px auto;
}
h2 {
	font-size: large;
	text-align:center;
}

h3{
    text-align:center;
    font-size:1.5em;
}

input{
    width:100%;
    height:2em;
    margin-top:5px;
    border:1px solid #999;
    border-radius:3px;
    padding:5px;
}	

input[type=button]{
    background-color:#123456;
    font-Weight:bold;
    font-size:1.3em;
    color:white;
	width:8em;
	height:2em;
}
textarea{
    width:100%;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    padding:5px;
    resize:none;
}
span{
    color:red
}
#returnmessage{
    font-size:1.5em;
	font-weight:bold;
    color:#300;
    text-align:center;
}
.box_text{
	max-width: 80%;
	margin: 5em auto 1em auto;
	font-size: 1em;
	color: #000;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.can_text{
	padding-top:2em;
    font-Weight:bold;
    font-size:1.2em;
    color:#000;
	text-align:center;

}
