
/* Pop Up DIV */
.popupdiv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background:;
    border:0;
}
.popup_inner{
    position: relative;
    top: 0;
    left: 0;
	background: url('../images/richworks_popout.jpg');
	width:624px;
	height:434px;
    border:0;
    padding:0;
    margin:0;
}
.popup_header{
	padding:3px;
	height:125px;
}
.popup_content{
	padding-left:10px;
	padding-right:30px;
	text-align:center;
}
.popup_submit{
	position:absolute;
	top: 330px;
    left: 350px;
	width:189px;
	height:40px;
	background: url('../images/bt_download.gif');
}
.popup_close{
	width:30px;
	height:30px;
	margin:2px;
	background: url('../images/popup_close.gif');
}
/* End Pop Up DIV */

/* Grey background */
#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
* html #opaque {
    position: absolute;
}
/* End Grey background */

/* Newsletter */
/*.news_desc{
	float:left;
	width:50%;
	font-family:Arial;
	font-size:14px;
	text-align:left;
	border:1px;
}

.news_percuma{
	color:#FF0000;
	font-weight:bold;
}
.news_form{
	position:relative;
	top: 50;
    left: 200;
	float:right;
	width:270px;
	font-family:Arial;
	font-size:14px;
	text-align:left;
}*/

.news_field{
	position:relative;
	top: 135px;
    left: 350px;
    padding:0px;
    margin:15px 0px 0px 0px; /* 15px */
    color:#FFFFFF;
	text-align:left;
	height:10px;
}
.redspan{
	color:#FF0000;
}
/* End Newsletter */

/* Member login */
.errorLogin{
	color:#FF0000;
	text-align:left;
}
