/*
------------------------------------------------------------------------------
 File Name      : txtStyle.css
 Title          : ÀüÃ¼ ÆäÀÌÁö ³» HTML Text°ü·Ã style Á¤ÀÇ
 ------------------------------------------------------------------------------
 @author  Jung Hee Kyoung, charlie@jarsystems.co.kr
 @version   1.0, 3/23/2005
==============================================================================
     * history :
     *    DATE             AUTHOR                DESCRIPTION
     * ------------     -------------        -------------------
     *  2005.05.03       Á¤  Èñ  °æ          common_input         [default:gray]
	 *  2005.05.03       Á¤  Èñ  °æ          login_input_D        [login:green/D]
	 *  2005.05.03       Á¤  Èñ  °æ          login_input_B        [login:paleBlue/B]
------------------------------------------------------------------------------
 Copyright(c) 2005 JaR Systems(ÁÖ), All rights reserved.
*/
img {border:0}
.common_input {
		font-family: "±¼¸², µ¸¿ò, Courier"; 
		color:#78838B;
		FONT-SIZE: 9pt;
		background :#F7F7F7;
		border:1 
		solid #C9C9C9
	} /*outLine-gray*/
	
.tx_readonly {
		font-family: "±¼¸², µ¸¿ò, Courier"; 
		color:#78838B;
		FONT-SIZE: 9pt;
		background :#F3F3F3;
		border:0
	} /*gray*/
	
.mbr_input {
		font-family: "±¼¸², µ¸¿ò, Courier"; 
		color:#78838B;
		FONT-SIZE: 9pt;
		background :#FFFFFF;
		border:1
		solid #C8C8C8
	} /*light blue*/	
		
.login_input_D {
		font-family: "±¼¸², µ¸¿ò, Courier"; 
		color:#39858B;
		FONT-SIZE: 9pt;
		background :#B4CFD1;
		border:1 
		solid #117D85
	} /*outLine-green*/	
	
.brd_textarea {
		font-family: "±¼¸², µ¸¿ò, Courier"; 
		color:#85A5A7;
		FONT-SIZE: 9pt;
		height:280px;
		background :#F7F7F7;
		border:1 
		solid #C9C9C9
	} /*outLine-pale blue*/	

.eml_textarea {
		font-family: "±¼¸², µ¸¿ò, Courier"; 
		color:#85A5A7;
		FONT-SIZE: 9pt;
		height:100px;
		background :#F7F7F7;
		border:1 
		solid #C9C9C9
	} /*outLine-pale blue*/			
	
.box_textarea          {
		font-family:"µ¸¿ò";
		color:#78838B;
		font-size: 9pt; 
		height:200px; 
		background :#FFFFFF; 
}		
