html,body{
	height:100%;
}
html{
	background: url(../img/p2.png) repeat center top;
}
body {
	background: url(../img/bg-tx-flag.jpg) no-repeat center top;
}
#content{
	background:#ffffff;
	padding:40px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #dddddd;
}
.footer{
	padding:1em;
}
.note-dialog .note-modal-form {
	padding: 0 15px;
}
.note-editor{
	background: #ffffff;
}