/*
ÀÛ¼ºÀÚ: ÀÌ³²¿ì
ÃÖÁ¾¼öÁ¤ÀÏ: 2003³â 2¿ù 13ÀÏ
±âº» ÅÛÇÃ¸´
*/

/* ¸µÅ© ½ºÅ¸ÀÏ */
a:link		{text-decoration : none; color : darkblue;}
a:visited	{text-decoration : none; color : darkblue;}
a:hover		{text-decoration : underline; color : Teal;}

a.help:link		{text-decoration : none; color : black;}
a.help:visited	{text-decoration : none; color : black;}
a.help:hover	{text-decoration : none; color : red;}

a.footer:link		{text-decoration : none; color : black;}
a.footer:visited	{text-decoration : none; color : black;}
a.footer:hover		{text-decoration : none; color : white;}

.middle {
border : none;
vertical-align : middle;
}

input {
        border: solid 0 #BFBFBF
}

.input_test_box {
        border: solid 1 #BFBFBF
}

select {
        font-size: 11px;
        color: 6c6c6c;
        font-family: "µ¸¿ò", "µ¸¿òÃ¼", "±¼¸²";

}
.M-text {
        font-family: "µ¸¿ò", "µ¸¿òÃ¼", "±¼¸²";
        font-size: 12px;
        line-height: 140%;
        color: 6c6c6c;
}

.padding {
        padding-top: 9px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
}

