
.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
outline: none;
width: 802px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

	text-align: left;
}

#mycustomscroll_login {
/* Typical fixed height and fixed width example */
outline: none;
width: 735px;
*width: 728px;
height: 445px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

	text-align: left;
}


#mycustomscroll_homepage {
/* Typical fixed height and fixed width example */
outline: none;
width: 330px;
height: 340px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll_homepage_after_login{
/* Typical fixed height and fixed width example */
outline: none;
width: 100%;
height: 289px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll_admin {
/* Typical fixed height and fixed width example */
outline: none;
width: 876px;
height: 464px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll_template_question {
/* Typical fixed height and fixed width example */
outline: none;
width: 876px;
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#mycustomscroll_FeedbackComfirm {
/* Typical fixed height and fixed width example */
outline: none;
width: 500px;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 728px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

