/**********************************

Use: Error and success etc messages css

***********************************/
#reg1 { width: 400px; float:left;}
#regform label { width: 500px; display:block;}
#regform label.error { color:red;}
#regform input { width: 300px; font-weight:bold; font-size:18px;}

#reg2 { width: 535px; float:left; height:260px;}
#reg2 a { color:#09F; text-decoration:underline;}

/***********************************/
#linkarea1 { width: 510px; float:left; background-color:#0FF;}
#linkform label { width: 400px; display:block;font-weight:bold;}
#linkform label.error { color:red;}
#linkform input { width: 300px; font-weight:bold; font-size:12px;}

#linkarea2 { width: 410px; float:left;}
#linkarea2 a { color:#09F; text-decoration:underline;}
/***********************************/
#link2 label { width: 400px; display:block;font-weight:bold;}
#link2 label.error { color:red;}
#link2 input { width: 300px; font-weight:bold; font-size:15px;}
/***********************************/
#commentinput {float:left;}
#commentinput label { width: 400px; display:block;font-weight:bold;}
#commentinput label.error { color:red;}
#commentinput input { width: 150px; font-weight:bold; font-size:14px; height:30px; padding-bottom:3px;}
/**************************************/
/*              MESSAGES              */
/**************************************/
.message {
	position:relative;
	color:#3d3333;
	font-size:1.2em;
	padding:10px 10px 0px 50px;
	height:100%;
}

.message a {
	color:#09F;
}

.message {
	margin:0 0 10px 0;
}
.message h6 {
	font-size:1em;line-height:1;
	margin:0;
}
.message p {
	margin:0;
	margin-bottom:10px;
	font-size:12px;
}
.message-error .inner {
	margin-top:105px;
}
.message-error {
	border:#d99d9d 1px solid;
	background:url(../images/error.png) no-repeat left center #FFE5E5;
}
.message-success {
	border:#9bdea8 1px solid;
	background:url(../images/success.png) no-repeat left center #E9FFE5;
}
.message-notice {
	border:#e8e657 1px solid;
	background:url(../images/notice.png) no-repeat left center #fffee5;
}


div.modalPopupTransparent {
	z-index:100;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
	width:100%;
	height:100%;
}
