/* CSS Document */

#MainFrame { border: 1px solid #C5C5C5; height: 270px; padding: 1px; overflow: hidden; }

/*resume_step_1*/
#LoginSide, #NoticeSide { padding: 0 40px; margin: 30px 0; width: 300px; float: left; }

#LoginSide { border-right: 1px solid #dcb242; }
#LoginSide span.txt, #NoticeSide span.txt{ display: block; margin-bottom: 42px; text-align:center; }
#LoginSide table { width: 100%; }
#LoginSide table th { font-weight: normal; text-align: right; }
#LoginSide td.lastRow { height: 50px; }
#LoginSide td.lastRow a { color: #9d0b0e; text-decoration: underline; }
#LoginSide form input.txtInput { width: 206px; }

#NoticeSide span.txt a { font-weight: bold; color: red; text-decoration: underline; }

