.bigtxt {
	font-size:18px;
	text-align:center;
    }

.FormInput {
    width: 98%;
    color:#ffffff;
    height: 14px;
    border: solid 1px #666666;
    background-color: #666666;
}


.FormTxt {
    width: 320px;
    height: 150px;
    color:#ffffff;
    border: solid 1px #666666;
    background-color: #666666;
}

#PreviewButton{
    float: left;
    margin-right: 20px;
    width: 120px;
    height:15px;
    border-width:0;
    background:url(img/preview.gif) no-repeat; 
    vertical-align:top;
    text-decoration:none;
    cursor: pointer;
}

#EditButton{
    float: left;
    margin-right: 20px;
    width: 60px;
    height:15px;
    border-width:0;
    background:url(img/edit.gif) no-repeat; 
    vertical-align:top;
    text-decoration:none;
    cursor: pointer;
}

#SubmitButton{
    float: left;
    margin-right: 20px;
    width: 120px;
    height:15px;
    border-width:0;
    background:url(img/submit.gif) no-repeat; 
    vertical-align:top;
    text-decoration:none;
    cursor: pointer;
}


