			input:focus, 
			textarea:focus {
				outline: none;
			}

			label, 
			select, 
			button, 
			input[type="submit"], 
			input[type="radio"], 
			input[type="checkbox"] 
			input[type="button"] {
				cursor: pointer;
			}

			* {
				font-size:100%;
				margin: 0;
				padding: 0;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			

			* {
			  font-family:"Helvetica Neue", Helvetica, Arial;
			}
			
		
			
			#post{
				background: #ffffff;
				/* border: 2px solid #56A078; */
				padding: 10px 10px 0px 10px;
				color: #777;
				text-align: justify;
				
			}
			
			#comment_thread{
				list-style: none;
				display: block;
			}
			#postbox{
				margin: 0px;
				height: 30px;
				width: 55%;
				border: 1px solid #c1c1c1;
				float: left;
				margin-left: 5px;
			}
			#post_box_container{
				padding-top: 5px;
				display: block;
				padding-bottom: 5px;
				border-top: 0px;
				background: #fff;
				padding-left: 5px;
				width: 100%;
			}
			.author{
				margin-left: 2px;
				background: #5383d3;
				color: #fff;
				width: 60%;
    			padding: 1px 5px 1px 6px;
				float: left;
				word-wrap: break-word;
			}
			
			.c_content{
				margin-left: 5px;
				padding-top: 2px;
				padding-left: 10px;
				padding-right: 5px;
				font-size: 13px;
				color: #666;
				float: left;
				display: inline-block;
				width: 99%;
				text-align: justify;
				padding-bottom: 5px;
				background-color: #e1e1e1;
				margin-bottom: 10px;
			}
			
			#comment_thread li label{
				font-size: 10px;
				font-style: italic;
				background: #A4ADA4;
				color: #fff;
				padding: 3px 5px 5px 1px;
    			float: left;
    			width: 39%;
				display: inline-block;
			}
			#comment_thread li{
				background: #fff;
				padding: 5px;
				border-bottom: 1px dotted #DBDBDB;
				min-height:45px;
			}
			.clear{
				clear:both;
			}
			#submit_post{
				margin-top: 0px;
				display: block;
				margin-left: 5px;
				background: #5383d3;
				padding: 5px;
				float: left;
				border: 1px solid #aaa;
				color: #fff;
				cursor: pointer;
			}
			
			#submit_post:hover {
				background:#3363b3;
			}
			#loader{
				background: url(ajax-loader.gif);
				background-repeat: no-repeat;
			}
			#name{
				float: left;
				height: 30px;
				border: 1px solid #c1c1c1;
				padding: 0px;
				width: 30%;
			}
			#postbox{
				width: 40%;
			}
			#button{
				width: 30%;
			}