body{
    font-family: 'courier new';
}
.clsmaindiv{
}
.clspagetitle {
	font-family: 'arial';
	margin-bottom:3px;
	clear: both;
}
.clstable{
    width: 100%;
	border-right: #d4d4d4 2px solid;
    border-top: #d4d4d4 2px solid;
    border-left: #d4d4d4 2px solid;
    border-bottom: #d4d4d4 2px solid;
}
.clstblhead{
    text-align: left;
}
.clstbllabel{
    float: left;
	clear: both;
}
.clstbldetail{
    text-align: left;
	clear: both;
}
.clscodedisp{
	float:left;
	clear:both;
    border-right: #d4d4d4 2px solid;
    padding-right: 4px;
    border-top: #d4d4d4 2px solid;
    padding-left: 4px;
    padding-bottom: 4px;
    border-left: #d4d4d4 2px solid;
    width: 60%;
    padding-top: 4px;
    border-bottom: #d4d4d4 2px solid;
    text-align: left;
	word-wrap: break-word;
}
.clsordlist a{
}
.clsordlist a:link{
}
.clsordinfo {
	clear: both;
}
.clsordinfo a{
	text-decoration: underline;
}
.clsdivform{
	float:left;
	clear: both;
}
.clsform{
	margin-top: 2px;
	margin-left: 2px;
}
.clsformbutton{
	float: left;
	clear: both;
}
.clsform fieldset {
	margin-bottom:4px;
}
.clsform label {
	float: left;
	text-align:right;
	clear: both;
}
.clsform input {
	float: left;
	clear: both;
	text-align:left;
	margin: 3px 3px 3px 4px;
}
.clsform input[type="button"] {
	float: none;
	width: 100px;
	text-align:center;
}
.clsform input[type="email"] {
	width: 90%;
}