*{
    font: 12px tahoma;
    line-height: 12px;
}

html{overflow:hidden;}

body{
    padding: 0;
    margin: 0;
    overflow:hidden;
}

b{
	font-weight: bold;
}

a, a:visited, a:active, a:hover{
	color: #000;
	text-decoration: none;
	font: 11px tahoma;
	line-height: 12px;
}

#container{
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
}

.textbox{
    background-color: #ffffff;
    width: 140px;
    height: 16px;
    border: 1px solid #aeaeae;
    line-height: 12px;
    padding: 0px 0px 0px 2px;
}

.pageElement{
	position:relative;
	margin: 0px 4px 10px 4px;
	background: #dee7ec;
	border: 1px solid #606c8a;
}
	
	.pageElementTitle{
		height: 19px;
		cursor: move;
	}

		.pageElementTitle div{
			position:relative;
			background: #dee7ec url(../images/top_back.gif);
			padding-top: 1px;
			padding-left: 10px;
			padding-bottom: 4px;
			font-weight: bold;
			line-height: 14px;
		}
			
			.pageElementTitle div img{
				vertical-align: text-bottom;
			}
