/* Forms CSS Document */

	/* commenting form */
	
		#respond #reply-title, #respond .comment-notes, #respond .form-allowed-tags, #respond reply-title {
			display: none;
		}
		
			#respond form p {
				margin-bottom: 11px;	
			}
				#respond form p label {
					display: inline-block;
				}	
				
				#respond form p .required {
					display: inline-block;
				}
				
				#respond form p input[type=text], #respond form p textarea {
					display: block;
					width: 98%;
					margin-top: 8px;
					padding: 3px;
					font-family:  Arial, Helvetica, sans-serif;
					font-size: 1.15em;
					color: #7f7f7f;
					border: none;
					border: 1px solid #999;
				}
				
			#respond form .logged-in-as {
				font-size: 1.1em;	
			}
			
			#respond form .comment-form-author {
				
			}
			
			#respond form .comment-form-email {
				
			}
			
			#respond form .comment-form-url {
				
			}
			
			#respond form .comment-form-comment label {
				display: none;
			}
			
			
			
			#respond form #submit {
				border: none;
				background-color: #fff;
				margin: 0;
				padding: 4px 0 10px 5px;
				font-family: Arial, Helvetica, sans-serif;
				color: #7f7f7f;
				font-size: 1.15em;
				text-align: left;
				background-image: url(/wp-content/themes/maboi/images/icons/submit_icon.png);
				background-repeat: no-repeat;
				min-width: 119px;
				display: block;
			}