html, body {
	margin: 0;
	padding:0;
	overflow-y: auto;
}
#portal {
	height: 100%;
}
#content {
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: auto;
	display: block;
}
div#portal #banner {
	width: 100%;
	height: 60px;
	display: block;
	vertical-align:middle;
	background-color: #f6f6f1;
}

div#portal #logo {
	width: 126px;
	background: url(../../images/itop-logo.png) 0 0 no-repeat;
	margin-left:20px;
	margin-right:20px;
	height: 60px;
	border: 0;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	line-height: 48px;
	padding-right:50px;
}
div#menu {
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	left: 200px;
	right: 0px;
	line-height: 48px;
	height: 48px;
}
#portal_menu {
	height: 60px;
}

div.button {
	margin-left:20px;
	margin-right:20px;
	height: 60px;
	border: 0;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	line-height: 48px;
}

a.button , a.button:visited {
	color: #1C94C4;
	text-decoration: none;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	display: inline-block;
}

a.button span {
	vertical-align:middle;
	margin-right: 20px;
	margin-left: 50px;
}

#close_form_table {
	width: 100%;
	padding: 20px;
}

#logoff {
	display: block;
	float: right;
	background: url(../images/logoff.png) right center no-repeat;
}

#logoff span {
	margin-right: 50px;
	margin-left: 20px;
}

#cancel {
	background: url(../images/stop-mid.png) 0 0 no-repeat;
}

#create {
	background: url(../modules/itop-request-mgmt-1.0.0/images/user-request.png) 0 0 no-repeat;
}
#user_info {
	background: url(../images/clean-mid.png) 0 0 no-repeat;
}

#change_pwd {
	background: url(../images/password.png) 0 0 no-repeat;
}
#back {
	background: url(../images/back.png) 0 0 no-repeat;
}
#back span {
	margin-left: 54px;
}
#refresh {
	background: url(../images/refresh.png) 0 0 no-repeat;
	margin-right: 40px;
}
#refresh span {
	margin-left: 54px;
	margin-right: 20px;
}
#request_details {
	display: inline-block;
	width:800px;
	text-align: left;
}
#form_close_request {
	display: inline-block;
	width:800px;
	text-align: left;
}
#request_details_log {
	width:774px;
}
#request_details table {
	border: #f1f1f6 2px solid;
	text-align: left;
}
#form_details {
	display: inline-block;
}
.wizContainer table {
	display: inline-block;
	text-align: left;
}
