/* fh_dekoboko contact form styles */

			#dekoboko_form {
				margin-bottom : 2em;
			}

			#dekoboko_form p {
				margin-bottom : 0.8em;
			}
			
			#dekoboko_form .dekoboko-required {
				font-size : 0.8em;
				
			}

			#dekoboko_name,
			#dekoboko_email,
			#dekoboko_subject {
	          	padding: 2px;
	          	margin: 0 7px 3px 0;
	          	font-size : 1.3em;
	          	line-height : 1.4;
	          	font-weight : normal;
	          	font-family: Arial, Helvetica, sans-serif !important;
	          	border: solid 1px #ccc;
	          	float : left;
	          	display : inline;
	          	color : #666;
	        }
				
			#dekoboko_message {
	          	padding: 2px;
	          	margin-bottom : 10px;
	          	font-weight : normal;
	          	font-family: Arial, Helvetica, sans-serif !important;
	          	font-size : 1.3em;
	          	text-align : left;
	          	border: solid 1px #ccc;
	          	width : 325px;
	          	color : #666;
	        }
	
	        #dekoboko_name:focus,
			#dekoboko_email:focus,
			#dekoboko_subject:focus,
			#dekoboko_message:focus {
	        	border-color : #999;
	        	color : #333;
	        }			
			
			#dekoboko_cc_me {
				float : left;
				margin : 1px 5px 0 0;
			}
			
			#dekoboko_form ol {
				list-style-type : none;
				margin : 0;
			}
			
			#dekoboko_form ol li {
				margin-bottom : 10px;
			}
		
			#dekoboko_form label {
				display : block;
				font-size : 14px;
				font-weight : bold;
				color : #666;
			}
			
			#dekoboko_name,
			#dekoboko_email,
			#dekoboko_subject,
			#dekoboko_message {
				float : none;
				font-size : 13px;
			}
			
			#dekoboko_form .cc-wrapper {
				clear : both;
				padding-bottom : 24px;
			}
			
			.cc-wrapper span {
				float : left;
			}
			
			#dekoboko_form .recaptcha-wrapper {
				position : relative;
				margin-bottom : 20px;
			}
			
			.recaptcha-wrapper label {
				margin-bottom : 0px;
			}
			
			.recaptcha-link {
				position : absolute;
				left : 250px;
				top : 2px;
				font-size : 12px;
			}
			
			.dekoboko_errors {
				background-color : #eee;
				border-top : 1px solid #d9d9d9;
            	border-bottom : 1px solid #d9d9d9;
            	margin : 0 0 1em 0;
            	padding : 1em 1em 0em 1em;
			}