body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight: normal;}
li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
q:before,q:after {content: '';}
abbr,acronym {border-bottom: .1em dotted; cursor:help; font-variant: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select {font-family: inherit; font-size:inherit; font-weight:inherit;}
legend {color: #000;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(images/quadra_logo.jpg) no-repeat 0 0px;
	background-color: #eff3ff;
}
form#welcome {margin: 150px 0 0 120px; background: url(images/login_pass.gif) no-repeat 0 7px; padding-left: 65px; width: 97px; /*border: 1px solid blue;*/}
form#welcome input#enter {background: url(images/enter.gif) no-repeat 0 0px; width: 11px; height: 31px; border: none; margin: 5px 0 0 0;}
form#welcome input#client {background-color: #828c9a; width: 78px; height: 13px; border: none; color: #fff; font-size: 0.7em; padding-left: 3px;}
form#welcome input#pass {background-color: #828c9a; width: 78px; height: 13px; border: none; color: #fff; font-size: 0.7em; padding-left: 3px; margin: 3px 0 0 0;}

form#welcome p#enter {margin: 0 0 0 0; float: right; overflow: hidden;}
form#welcome p#client {margin: 0 0 0 0;}
form#welcome p#pass {margin: 0 0 0 0;}

form#welcome input#enter:hover {cursor: pointer;}

div#container {
	
}
div#container div#header {
	
}
div#container div#content {
	
}
div#container div#footer {
	
}

div.clearBoth {clear: both;}

div#msg	{
	width: 300px;
	color: #737b88;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	padding: 5px 0;
	background-color: #fff;
}
div#msg strong {
	font-weight: bold;
}
