  /** {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;

}
*/

.header {
	padding-top: 5px;
}


.leftArea {
	padding: 10px;
	padding-left: 5px;
	padding-right: 20px;

width: 200px;

}

.mainArea {
	width:300px;

}

.rightArea {
	position: absolute;
	top: 70px;
	bottom: 20px;
	left:650px;
	overflow-y: scroll;
	width:270px;
}


textarea {
	margin-bottom:15px;
  	margin-top:5px;
	height: 200px;
  	width:250px;
}

label {
	display:block;
}
#name {
	width:200px;
}
#pic {
    position: absolute;	
}
			#table, #table_detail {

			    display: table;
			    border:1px solid #009dec;
			    padding : 10px;
			    margin : 5px;
			    width:90%;
				background: #d9eef7;

				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em; 
				-moz-border-radius: .5em;
				border-radius: .5em;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
			    }

			  #row  {
			    display: table-row;
			    }

			  #td_left, #td_right, #td_middle {
			    display: table-cell;
			    width:50%;
			    }

			    #td_right {
			    	padding-right:50px;
			    	bottom:0px;
			    	position: relative;
	float:right;
			    } 
			  

			}









