/* -- CSS for memo? --*/

a {
text-decoration	: none;
letter-spacing	: 1px;
font-weight	: bold;
}

a:link {
color		: #000000;
}

a:visited {
color		: #333333;
}

a:active {
color		: #FF3333;
}

a:hover{
color		: #FF3333;
}

body {
color		: #333333;
font-size	: 13px;
line-height	: 1.2em;
letter-spacing	: 1px;
}

td {
font-size	: 11px;
font-family	: Verdana;
}

input,textarea {
filter		: alpha(opacity=80);
border		: 1px solid #333333;
}

br {
letter-spacing	: normal;
}

ul,ol {
margin-top	: 5px;
}

.mes {
border		: 1px solid #000000;
width		: 250px;
height		: 30px;
overflow	: hidden;
/*padding		: 8px;*/
background	: #FFFFFF;
position	: absolute;
letter-spacing	: normal;
filter		: alpha(opacity=65);
cursor		: default;
}

.mes1 {
font-weight     : bold;
}

.bt {
width		: 80px;
font-size	: 11px;
font-family	: Verdana;
font-weight	: bold;
}

.bt1{
width           :13px;
font-size       :9px;
font-family     :Verdana;
filter		:none;
border		:none;
background      :bg1.gif
}

#wrt {
z-index		: 20;
border		: 1px solid #000000;
position	: absolute;
top		: 22;
left		: 320;
width		: 20px;
height		: 20px;
overflow	: hidden;
background	: #FFFFFF;
filter		: alpha(opacity=80);
}

#frm {
border		: 1px solid #000000;
width		: 365px;
height		: 50px;
padding		: 5px;
background	: #99CCFF;
display		: none;
}

