body { 
	margin:0; 
	padding:0;
	

	}
	
p {
	margin:0 0 10px 10px;
	padding:0;
	}

form {
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#EBEBEB;
	margin:20px;
	padding:1px ;
	width:900px;	
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
			padding:6px;
			background:#FFFFFF;
			margin-bottom:1px;
			}
			
			form li#send {
				background:none;
				margin-top:5px;
				}
		
		form label {
			float:left;
			width:320px;
			text-align:left;	
			margin-right:1px;
			color:#000040;
			line-height:15px; /* This will make the labels vertically centered with the inputs */
			}
			
		form #username,#ref,#usergategory,#ddno,#ddamount,#bank,#dddate,#guidename,#noofsamples,#institute,#town,#state,#City,#State,#email,#phone,#Correspondence,#mobile,#pinnumber,#research,#age,
		form textarea {
			padding:4px;
			font:14px Georgia, "Times New Roman", Times, serif;
			border:1px solid #B9B9B9;
			width:170px;
			}
		form radio 
		{
		padding:4px;
		width:100px;
		}
				
			
			
		form  #spname {
			padding:0px;
			font:13px Georgia, "Times New Roman", Times, serif;
			border:2px solid #B9B9B9;
			width:50px;
			}	
			
			form  #userdetail,#analysisrequired,#samplesubmited {
			padding:4px;
			font:14px Georgia, "Times New Roman", Times, serif;
			border:1px solid #B9B9B9;
			border-color:#B9B9B9;
			width:175px;
			}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #666;
				background:#F9FCFF; /* onclick color shoe in textbox */
				}
			
		form #send button {
			background:#003366 url(images/send.gif) no-repeat 8px 20%;
			border:none;
			padding:1px 3px 4px 10px;
			border-radius:10%; /* Don't expect this to work on IE6 or 7 */
			-moz-border-radius:10%;
			-webkit-border-radius:10%;			
			color:#fff;
			margin-left:150px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
			form #send button:hover { 
				background-color:#800040;
				}