div.banner {
	width: 820px;
        margin-left: auto;
        margin-right: auto;
	float: top;
}

#wysihtml5-editor-toolbar {
	top: 120px;
}

#wysihtml5-editor {
        margin-top: 7px;
        border: 1px solid #ccc;
}

div [data-wysihtml5-dialog] {
	top: -45px;
}

section.editorsection {
	top: 300px;
}
div.titlediv {
        width: 810px;
        margin-left: auto;
        margin-right: auto;
	float: top;
}

span.title {
        color: #777;
        font-size: 20px;
        padding: 4px 7px;
}

input.rounded {
        border: 1px solid #ccc;
}

input.roundedtext {
        border: 0px solid #ccc;
}


input.rounded, input.roundedtext {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 20px;
        padding: 2px 7px 4px;
        outline: 0;
        -webkit-appearance: none;
        border: 1px solid #eee;
}

input.rounded:focus, input.roundedtext:focus, #wysihtml5-editor:focus {
        border: 1px solid #ccc;
        border-color: #339933;
        -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
}

input.roundedtext {
        width: 795px;
        margin: 10px 0px 20px;
        float: right
}


div.buttondiv {
        text-align: center;
        width: 820px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
	position: absolute;
	top: 150px;
	left: auto;
	right: auto;
}

span.buttonspan {
        margin-left: auto;
        margin-right: 0px;
}