#logo {
	height: 100%;
}

.header td {
	width: 33%;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.content {
	margin-top: 15px;
}

.fra {
	border-radius: 5px;
	padding: 20px;
	background: #f8f8f8;
	margin: 3px;
}

.u-menuitem {
	margin: auto;
	margin-bottom: 9px;
	padding: 5px;
	text-align: center;
	background-color: #e0e0e0;
	color: #ffffff;
	border-radius: 3px;
}

.u-menuitem:hover {
	background-color: #ffffff;
	color: #e0e0e0;
}

.reset {
	background-color: #ffff80;
	color: #ffffff;
}

.submit {
	background-color: #0080ff;
	color: #ffffff;
}

.dismiss {
	background-color: #ff8080;
	color:#ffffff;
}

.del {
	background-color: #ff0000;
	color:#ffffff;
}
.cancel {
	background-color: #80ff80;
	color:#ffffff;
}

.re1{
	width:100%;
}

