html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;  
	font-size:12px;
	color:#595959;
	background-color:#FFFFFF;
	background-image:none;
	overflow:hidden;
	height:100%;
}

#loginBackground {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-image:url('/images/loginBackground.png');
}

#content {
	position:absolute;
	width:500px;
	top:50%;
	left:50%;
	margin:-150px 0px 0px -250px;
}

#contentContent {
	overflow:auto;
	padding:15px;
}

#contentContent h1 {
	margin-top:0px;
}

.contentButtons {
	display:block;
	width:100%;
	height:38px;
	background-image:url('http://resources.smartcms.se/images/formInsertBottomBg.png');
	background-repeat:repeat-x;
}

.contentButtons > div {
	float:right;
	margin:10px 15px 0px 0px;
}

.contentButtons > div + div {
	float:left;
	margin:8px 0px 0px 15px;
}

.contentButtons a {
    background:transparent url('http://resources.smartcms.se/images/admin-button-right2.png') no-repeat scroll top right;
    color:#FFFFFF;
    text-shadow: -1px -1px 0px #49AEDC;
    display:inline-block;
    float:right;
    font-family:"Lucida Grande", Verdana, Arial, sans-serif; 
    font-size:11px;
    font-weight:normal;
    height:23px;
    margin-left:15px;
    padding-right:20px;
    text-decoration:none;
}

.contentButtons a span {
    background-image:url('http://resources.smartcms.se/images/admin-button-left2.png');
    background-repeat:no-repeat;
    display:block;
    line-height:14px;
    padding:3px 0px 6px 20px;
    font-family:"Lucida Grande", Verdana, Arial, sans-serif; 
    font-size:11px;
    font-weight:normal;
}

.contentButtons a:active {
    background-position:bottom right;
    color:#eee;
    outline:none;
}

.contentButtons a:active span {
    background-position:bottom left;
    padding:4px 0px 5px 20px;
}

div.contentHeader {
	position:relative;
	display:block;
	width:100%;
	height:68px;
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	background-color:#2C2C2C;
	border-bottom:5px solid #3CADDD;
}

div.contentHeader > span {
	position:relative;
	top:10px;
	left:15px;
}

div.contentTopLeft {
	position:absolute;
	top:-10px;
	left:-10px;
	width:100%;
	height:10px;
	background-image:url('http://resources.smartcms.se/images/formInsertTopLeft.png');
}

div.contentTopRight {
	float:right;
	width:10px;
	height:10px;
	margin-right:-10px;
	background-image:url('http://resources.smartcms.se/images/formInsertTopRight.png');
}

div.contentMiddleLeft {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px -10px;
	background-image:url('http://resources.smartcms.se/images/formInsertMiddleLeft.png');
	background-repeat:repeat-y;
}

div.content {
	padding:0px 10px 0px 0px;
	background-image:url('http://resources.smartcms.se/images/formInsertMiddleRight.png');
	background-position:right;
	background-repeat:repeat-y;
}

div.contentBottomLeft {
	position:absolute;
	bottom:-10px;
	left:-10px;
	width:100%;
	height:10px;
	background-image:url('http://resources.smartcms.se/images/formInsertBottomLeft.png');
}

div.contentBottomRight {
	float:right;
	width:10px;
	height:10px;
	margin-right:-10px;
	background-image:url('http://resources.smartcms.se/images/formInsertBottomRight.png');
}

