/* common body design */
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}

/* p design */
p { 
	margin:0px;
	padding:0px; 
	}

p.title {
	padding:9px 0px 0px 5px;
	margin:0px;
	font-weight:bold;
	}

p.feedback {
	color:black;
	padding:5px 0px 5px 5px;
	margin:0px;
	}

p.error {
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	}

p.reviews {
	text-align:right;
	padding-bottom:20px;
	}

p.upnote {
	text-align:center;
	font-size: 8px;
	}

p.optional {
	text-align:center;
	font-size: 10px;
	}

/* images design */
img {
	border:none;
	}

img.avatar {
	border:1px solid #cccccc;;
	width:40px;
	height:40px;
	}

/* URLs design */
a {
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

/* report card container */
#container {
	position:relative;
	width:450px;
	height:634px;
	}

/* report header design */
#head {
	position:relative;
	width:450px;
	height:118px;
	background-image: url(/usertrust/images/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#head p { 
	width:300px;
	position:absolute;
	top:70px;
	left:65px; 
	}

#head p a {
	color: #000000;
	}

#head img {
	position:absolute;
	right:14px;
	top:67px;
	}

#head img.sme {
	position:absolute;
	right:0px;
	top:0px;
	}

/* report content design */
#content {
	padding:0px 10px 0px 20px;
	}

/* feedback data design */
span.date {
	color:#666666;
	}

/* report page navigation design */
#nav {
	position:absolute;
	bottom:80px;
	text-align:center;
	width:450px;
	}

/* report form design */
#form_area {
	width:410px;
	padding-top:10px;
	}

#required {
	color:#FF6666;
	font-size: 14px;
	}

div#form_area input.textbox {
	width:260px; 
	height:24px; 
	border:1px solid #cccccc;
	}

div#form_area select {
	width:260px; 
	height:24px; 
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:yellow;
	background-color:black;
	}

div#form_area .multibox {
	width:260px; 
	height:80px; 
	border:1px solid #cccccc;
	overflow:auto;
	}

/* report footer design */
#footer {
	position:absolute;
	bottom:45px;
	width:450px;
	text-align:center;
	}

/* report support link design */
#support {
	position:absolute;
	bottom:25px;
	width:450px;
	left:55px;
	text-align:left;
	}

/* copyright text design */
#copyright {
	font-size: 11px;
	}


/* div for long feedbacks */
div.longnote {
  position:absolute;
  left:70px;
  top:150px;
  background-color:#FFFFDD;
  border:solid black 1px;
  padding:5px;
  visibility:hidden
}


