
#content{
	background-image:url(../images/contentBack.jpg);
	width:500px;
	margin:5px auto;
	margin-bottom:10px;
	border:1px solid black;
	padding:10px;

/* CCS3   */
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;

	

}

/* CCS3   */.transimg{
	opacity:0.4;filter:alpha(opacity=40)
}
/* CCS3   */.transimgOver{
	opacity:0.9;filter:alpha(opacity=90)
}


/* Form area   */
.form{
color:#6e98ae; padding:5px;background:url(../images/inputBg.jpg) top left no-repeat;border : 1px solid #000; margin-top:5px;font-weight:bold;font-size:10px;
 
/* CCS3   */-moz-border-radius-bottomright: 5px;
/* CCS3   */-webkit-border-bottom-right-radius: 5px;
}
.formButton{
color:#6e98ae; padding:5px 50px;background:url(../images/inputBg.jpg) top left no-repeat;border : 1px solid #000; margin-top:5px;font-weight:bold;font-size:10px;
 
/* CCS3   */-moz-border-radius-bottomright: 5px;
/* CCS3   */-webkit-border-bottom-right-radius: 5px;
}
.formfield{
padding-bottom:4px;
}

label{
float:left;
margin-top:8px;
width:80px;
}
/* END Form area   */