/*
Defines styles for standard HTML Tags
*/
html {
	height:100%;
	width:100%;
}

body {

	margin-left:auto;
	margin-right: auto;
	height:100%;
	width:100%;
	max-width:1066px;
	
}

.master {

	background-image: url("../img/body_shadow.png");
	background-color: #ffffff;
	background-repeat: repeat-y;
	width:100%;
	margin: 0 auto;

}

.dr-pnl{
	
	background-color: #E0ECF8;
	margin-bottom: 5px;
}

.rib{
	width:220px;
}

input {
	margin : 2px;
}
