@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family:"굴림","돋움", Dotum,'NanumGothicBold', Arial, Helvetica, sans-serif;
	LINE-HEIGHT: 1.5;
	font-size:12px;
	outline-style:none;
	resize:none;
}

a {text-decoration: underline; color:#2B2B2B}
html,body,#wrap{width:100%;height:100%;}
.chatarea_container{    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
}
.chatarea_content{position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px 0 40px 5px;
}
.chatarea_content textarea{    
	/*
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    */
    overflow: auto;
    width: 100%;
    height:100%;
    border: 0;
}
.chatsend_content{    
	position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.chatsend_content button{
    width: 100%;
    height: 25px;
    border-left: 0;
    border-right: 0;
    background: #5D5D5D;
    color: #FFFFFF;
    font-weight: bold;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
	cursor:pointer;
}
.copyright_content{right: 20px;position: absolute;bottom: 0;}
.copyright_content a {color: #737373;font-size: 10px;font-family: sans-serif;text-decoration: none}