
label {
    display:block;
    margin-top:20px;
    letter-spacing:0px;
    font-size:0.6em;
}

result {
    display:block;
    margin-top:20px;
    letter-spacing:0px;
    font-size:0.7em;
	font-weight: bold;
}

form {
    margin:0 auto;
    width:459px;
}

input, textarea {
    width:439px;
    height:10px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.8em;
    color:#3a3a3a;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

textarea {
	height:53px;
	background:right no-repeat #efefef;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:116px;
    height:38px;
    background:url(http://stg.enb.iisd.org/videos/_img/send_message.png) no-repeat;
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

#submit:hover {
	    opacity:0.9;
}