.nojs {
	color: red;
	font-weight: bold;
}

#logindiv{
	top: 10px;
	left: 40px;
	width: 250px;
	height: 160px;
	position: relative;
	text-align:left;
	padding-left: 10px;
}

#logindiv h3{
	padding: 0px;
	font-size:20px;
}

.displaynone{
	display: none;
}

.note{
	color: #AFA9A4;
}

#register{
        position: absolute;
        right: -410px;
        top: -10px;
	width: 350px;
        background-color: #E6FFDF;
        padding: 7px;
        margin-left: 5px;
        border: 1px #3BA01E dotted;
}

#pagecontent ul {
	list-style-type: disc;
	padding-left: 30px;
	text-indent: 5px;
}

#logout {
	position: relative;
	float: right;
	left: 165px;
	padding-top: -10px;
}

#menuside {
	position: relative;
	left: -5px;
	width: 145px;
	height: 0px;
	padding: 7px;
	margin-left: 5px;
	text-indent: 5px;
}

#menuside .menuhead {
	border-top: 1px dotted #7D8E8F;
	border-bottom: 1px dotted #7D8E8F;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #E0EEEF;
	font-weight: bold;
	text-indent: 0px;
	margin-bottom: 5px;
}

#menuside label {
	display: block;
	float: left top;
	width:150px;
	text-align:left;
	font-weight: bold;
}

#message label {
	float:left;
	width:100px;
	text-align:left;
	font-weight: bold;
}

#contentcenter {
	top: -10px;
        left: 170px;
        width: 750px;
        position: relative;
        text-align: left;
}

#msgcount {
	font-style:italic; 
}

.framecontainer {
	overflow: auto;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:5px;
	width:100%;
	height: 140px;
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 10px;
	background-color:#EFEFEF;
	border: 1px dotted #C3C3C3;
}

.framecontainer table {
	width: 100%;
}

.framecontainer table td {
	border-bottom: 1px dotted #c3c3c3;
	padding-bottom: 3px;
}

.highlight_green {
	padding: 10px;
	border: 1px #3BA01E dotted;
}

.stylenone {
	display: none;
}

	
#pricing label {
	width: 200px;
}

.msgerror {
	border: 1px dotted #ff6c6c;
	background-color: #ffe5e5;
	padding:10px;
}

.msgok {
	border: 1px dotted #68e657;
	background-color: #daffd5;
	padding:10px;
}

.msgload {
	border: 0px;
	background-color: #ffffff;
}

.modal {
        background-color:#fff;
        display:none;
        width:550px;
        padding:15px;
        text-align:left;
        border:2px solid #333;
        opacity:0.8;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        -moz-box-shadow: 0 0 50px #ccc;
        -webkit-box-shadow: 0 0 50px #ccc;
}

.homefield {
	width: 200px;
	border: 1px #C3C3C3 solid;
	margin: 10px;
}

iframe {
	border: 0px solid #ffffff;
}
