/* calltoaction  */
	.action {text-align: center; font-size: 14px; margin: 20px auto;}
	.action p {margin: 10px 0; line-height: 20px; text-align: left;}
	.action img.main {margin: 15px; border-radius: 4px; padding: 5px; border: 1px solid #ccc;}
	
	.action input, .action textarea {padding: 5px; width: 200px; color: black; border: 1px solid #999; border-radius: 2px;  font-family: Arial;  font-size: 12px;} 	
	.action input.small {width: 30px;}
	.action input.button {width: auto; border-radius: 5px; color: white;  background: #5c80bf; cursor: pointer; padding: 15px 25px; font-size: 14px;}
	.action sup {color: red;}
	
	.action input::-webkit-input-placeholder {color: #b2b2b29;}
	.action input:-moz-placeholder {color: #b2b2b2;}
	.action textarea::-webkit-input-placeholder {color: #b2b2b2;}
	.action textarea:-moz-placeholder {color: #b2b2b2;}
	
	.action .block_01 {width: 600px; margin: 0 auto;}
	
	.action form table {margin: 10px auto}
	.action form table td {padding: 5px; text-align: left;}
	
	
