.cssform{ float:right; width:265px;}
.cssform p{
	width:auto;
	 margin: 0px; 
	 padding: 5px 0px 8px 0px; 
	 border-bottom: 1px dashed #151515;
	 }
.cssform label{ 
	font-weight: bold; 
	float: left;
	margin-left: 0px; 
	width: 120px;
	
	}
.cssform1 p{
	width:auto;
	 margin: 0px; 
	 padding: 5px 0px 8px 0px; 
	 border-bottom: 1px dashed #a3dd4d;
	 }

.cssform input[type="text"]{ 
	width: 261px;
	color:#fff;
	text-indent:3px;
	height:25px;
	padding:3px 0 0 0 ;
	border:1px #1c1c1c solid;
	font:16px Arial, Helvetica, sans-serif;
	background-color: #0d0d0d /*url(../images/david-content.png) no-repeat -5px -542px*/;
	}
.cssform input[type="text"]:focus,.cssform textarea:focus{ background:#080808 }
.cssform textarea{ 
	color:#fff;
	width: 263px; 
	height: 80px; 
	text-indent:3px; 	
	padding:3px 0 0 0 ;
	border:1px #1c1c1c solid;
	font:16px Arial, Helvetica, sans-serif;
	background: #0d0d0d 
	}
.error {
	color:#CC0000; 
	background:url(../images/ico-warning.gif) no-repeat 10px 4px;
	padding:7px 7px 7px 35px; 
	font:bold 13px  Arial, Helvetica, sans-serif;
	}
.okay {
	color:#4e7f05; 
	background:url(../images/ico-done.gif) no-repeat 10px 4px; 
	padding:7px 7px 7px 35px; 
	font:bold 13px  Arial, Helvetica, sans-serif;
	}
.message {
	color:#0066FF; 
	background:url(../images/ico-info.gif) no-repeat 10px 7px; 	
	padding:7px 7px 7px 35px; 
	font:bold 13px  Arial, Helvetica, sans-serif;
	}
.send{ 
	border:none; 
	height:31px; 
	width:99px;
	color:#FFF; 
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	background:url(../images/title-content.png) no-repeat 0 -152px;
	}
.clearb{ 
	border:none; 
	height:31px; 
	width:99px;
	color:#FFF; 
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	background:url(../images/title-content.png) no-repeat -109px -152px;
	}
