
label {
    width:170px;
    display:block;
    float:left;
    text-align:right;
    margin-right:10px;
}
input {
    width:340px;
    float:left;
}
#send {
    width:80px;
    background:#222;
    padding:3px;
    color:#FFF;
    border:1px double #888;
}
.space {
    height:10px;
    clear:both;
    padding:0px;
    margin:0px;
}
textarea {
    width:340px;
    height:150px;
}
.blog h1 {
    border-bottom:1px dashed #CCCCCC;
    position:relative;
    z-index:55;
}
.div-edge {
    float:right;
    position:absolute;
    margin-left:326px;
    margin-top:12px;
}
