/* CSS Document */
	/* aw form styles */
	
/*form label style */
	.input-wrapper {
	  position: relative;
		/*border:1px solid white;*/
		padding:2px;

	}
	.aw_form_content{
		width:90%; 
		margin:0 auto; 
		margin-bottom:10px;
		border-top:1px dotted #999; 
		padding:4px;	
	}

	input,select,textarea {
	  border: 2px solid #452c63;
	  border-radius: 6px;
	  position: relative;
	  width: 90%;
	  margin: 3px;
	  padding:8px;
		outline: none;
	  box-shadow: 4px 4px 5px #452c63;
	}

	label {
	  position: absolute;
	  top:-14px;
	  z-index: 1;
	  left: 2em;
	  font-weight:bold;
	  font-size:14px;
	  color:#333;
	  background:#fff;
	  padding: 0 8px;
	}
	
	/* end form styles */