﻿* {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 5px;
    padding-bottom: 20px;
    background: #e5e5e5 url('images/bg.gif') repeat-y top center;
    text-align: center;
    font-family: Gulim, Dotum, Verdana;
    font-size: 12px;
    line-height: 1.4;
}

fieldset {
    border: none;
}

img {
    border: none;
}

a {
    color: #2bbeff;
    text-decoration: none;
}

td, th {
    font-family: Gulim, Dotum, Verdana;
    font-size: 12px;
    line-height: 1.4;
}

textarea {
    font-family: Gulim, Dotum, Verdana;
    font-size: 12px;
    line-height: 1.3;
    padding: 2px 2px;
}

.container-all {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}

.container-all .login {
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #7a7a7a;
    text-align: right;
    padding: 0 5px 2px 0;
}

.container-all .login a {
    display: inline;
    margin-left: 10px;
}

.container-left {
    width: 750px;
    float: left;
    margin-right: 5px;
}

.container-right {
    width: 245px;
    float: right;
}

.banner-main {
    height: 360px;
}

.nav {
    width: 750px;
    height: 55px;
    overflow: hidden;
}

.nav ul {
    width: 100%;
    height: 100%;
}

.nav ul li {
    float: left;
    list-style: none;
}

.nav ul li a {
    height: 55px;
    width: 125px;
    position: relative;
    display: block;
}

.nav ul li a span {
    height: 100%;
    width: 100%;
    z-index: 100;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.nav ul li a.featured {
    background: transparent url('images/nav_featured.gif') no-repeat top left;
}

.nav ul li a.featured span {
    background: transparent url('images/nav_featured_over.gif') no-repeat top left;
}

.nav ul li a.buyers {
    background: transparent url('images/nav_buyers.gif') no-repeat top left;
}

.nav ul li a.buyers span {
    background: transparent url('images/nav_buyers_over.gif') no-repeat top left;
}

.nav ul li a.sellers {
    background: transparent url('images/nav_sellers.gif') no-repeat top left;
}

.nav ul li a.sellers span {
    background: transparent url('images/nav_sellers_over.gif') no-repeat top left;
}

.nav ul li a.links {
    background: transparent url('images/nav_links.gif') no-repeat top left;
}

.nav ul li a.links span {
    background: transparent url('images/nav_links_over.gif') no-repeat top left;
}

.nav ul li a.board {
    background: transparent url('images/nav_board.gif') no-repeat top left;
}

.nav ul li a.board span {
    background: transparent url('images/nav_board_over.gif') no-repeat top left;
}

.nav ul li a.home {
    background: transparent url('images/nav_home.gif') no-repeat top left;
}

.nav ul li a.home span {
    background: transparent url('images/nav_home_over.gif') no-repeat top left;
}

.container-main .top {
    background: transparent url('images/bg_content_top.gif') no-repeat top left;
    height: 20px;
}

.container-main .bottom {
    background: transparent url('images/bg_content_bottom.gif') no-repeat top left;
    height: 20px;
}

.container-main .main, .container-main .footer {
    background: transparent url('images/bg_content.gif') repeat-y top left;
}

.container-main .main {
    padding: 0 20px 20px 20px;
    border-bottom: solid 2px #eaeaea;
}

.container-main .footer {
    min-height: 65px;
    padding: 10px 20px 0 20px;
    font-family: Trebuchet MS;
}

.container-main .footer .name {
    float: left;
    width: 170px;
    font-size: 34px;
}

.container-main .footer .address {
    border-left: solid 1px #cccccc;
    padding-left: 15px;
    width: 524px;
    float: left; 
}

.container-main .header {
    margin-bottom: 20px;
}

.container-main .portrait {
    float: left;
    width: 174px;
    margin-right: 15px;
}

.container-main .message {
    width: 520px;
    float: left;
}

.container-main p {
    margin-bottom: 15px;
}

.container-right .contact {
    background: transparent url('images/bg_contact.gif') no-repeat top left;
    height: 251px;
}

.container-right .featured {
    background: transparent url('images/bg_featured.gif') no-repeat top left;
    height: 314px;
}

.container-right .featured .slider {
    width: 220px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.container-right .presale {
    height: 117px;
}

.container-right .tax {
    height: 57px;
}

.container-right .content {
    padding: 62px 10px 0px 15px;
}

.container-right .featured .content {
    padding-top: 65px;
}

.container-right .contact .content .korea {
    width: 170px;
    float: left;
    line-height: 1.2;
    margin-bottom: 15px;
}

.container-right .contact .content .korea-number {
    display: block;
    color: #2bbeff;
    font-size: 18px;
    font-weight: bold;
    font-family: Trebuchet MS;
    background: transparent url('images/bg_underline_brightblue.gif') repeat-x bottom left;
}

.container-right .contact ul li {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 4px;
}

.container-right .contact ul li.address {
    background: transparent url('images/icon_address.gif') no-repeat 0 1px;
}   

.container-right .contact ul li.office {
    background: transparent url('images/icon_office.gif') no-repeat 0 1px;
}   

.container-right .contact ul li.fax {
    background: transparent url('images/icon_fax.gif') no-repeat 0 1px;
}   

.container-right .contact ul li.mobile {
    background: transparent url('images/icon_mobile.gif') no-repeat 0 1px;
}   

.container-right .contact ul li.email {
    background: transparent url('images/icon_email.gif') no-repeat 0 1px;
}

.container-right .contact ul li.email a {
    color: #000000;
    text-decoration: none;
}

.container-right .admin {
    background: transparent url('images/bg_admin.gif') no-repeat top left;
    height: 251px;
}

.container-right .admin ul li {
    padding-left: 15px;
    list-style-type: none;
    background: transparent url('images/bullet_01.gif') no-repeat 0px 3px;
}

.content-links ul.links h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.content-links ul.links li  {
    margin: 0 0 20px 0;
    background-color: #fafafa;
    border: dotted 1px #cccccc;
    list-style-type: none;
    padding: 8px 10px;
}

.content-links ul.sub-links li {
    margin: 0 0 4px 0;
    background: transparent url('images/dec_03.gif') no-repeat 5px 3px;
    border: none;
    padding: 0 0 0 20px;
}

.content-buyers, .content-sellers {
    background: transparent url('images/under_construction.gif') no-repeat 70px center;
    width: 100%;
    height: 260px;
}

.content-buyers .contact, .content-sellers .contact {
    padding: 160px 0 0 202px;
    font-size: 16px;
}

.content-buyers .contact .cell, .content-sellers .contact .cell {
    color: #2bbeff;
    font-family: Trebuchet MS;
    font-weight: bold;
}

/* shared classes ------------------------------------------------------------ */
.slider {
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
}

.slider .info {
    margin-bottom: 10px;
    width: 220px;
}

.slider .header {
    margin-bottom: 7px;
    font-weight: bold;
}

.slider .header span {
    color: #4c7b99;
}

.slider .header .sold {
    color: #de3526;
}

.slider ul li {
    list-style-type: none;
    background: transparent url('images/bullet_01.gif') no-repeat 0 3px;
    padding-left: 12px;
}

.slider .property-image img, .slider .property-image .no-image {
    width: 211px;
    height: 150px;
    margin-bottom: 7px;
    border: solid 1px #cccccc;
}

.slider .property-image .no-image {
    background-color: #eaeaea;
}

.slider .property-image .no-image span {
    margin: 5px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #cccccc;
    display: block;
}

.slider .space {
    width: 61px;
    margin: 0 5px 0 5px;
    display: inline;
    background: transparent url('images/bg_underline_grey.gif') repeat-x left bottom;
}

.slider .sold-image {
    position: relative;
}

.slider .sold-image span {
    display: inline;
    font-size: 24px;
    font-weight: bold;
    padding: 0 6px 0 6px;
    color: #ff0000;
    background-color: #ffffff;
    border: dotted 1px #ff0000;
    top: -60px;
    left: 20px;
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.content-login {
    background: transparent url('images/bg_login_main.gif') no-repeat 60px 0px;
    margin-top: 40px;
}

.content-login .log-in-form, .content-login .help {
    padding-left: 180px;
}

.content-login .log-in-form ul li {
    margin-bottom: 4px;
    list-style-type: none;
}

.content-login .log-in-form ul li label {
    display: block;
    float: left;
    width: 70px;
    vertical-align: text-bottom;
}

.content-login .log-in-form .btn {
    height: 38px;
    float: left;
    margin-left: 0;
}

.content-login .help ul {
    margin-top: 30px;
    padding-top: 10px;
    border-top: dotted 1px #cccccc;
    padding-left: 14px;
}

.content-login .help ul li {
    margin-bottom: 4px;
    font-size: 11px;
    font-family: Trebuchet MS;
    color: #7a7a7a;
}

.content-login .error {
    color: #ff0000;
    margin: 0 0 20px 180px;
    border: dotted 1px #ff0000;
    padding: 10px;
    font-weight: bold;
    font-family: Trebuchet MS;
}

.listings {
    min-height: 100px;
}

.listings .realtor-info {
    display: none;
}

.listings .no-listing {
    font-family: Trebuchet MS;
    font-size: 16px;
}

.listings .header {
    padding: 10px 10px 5px;
    background: #6e96c9 url('images/bg_header.gif') repeat-x left top;
    margin-bottom: 0;
}

.listings .header h2 {
    font-size: 11px;
    float: left;
    width: 200px;
    font-family: Trebuchet MS;
    font-weight: normal;
    color: #ffffff;
}

.listings .listing {
    border-bottom: dotted 1px #cccccc;
    padding: 10px 0;
    overflow: hidden;
}

.listings .listing .property-image, .listings .listing .info {
    float: left;
    width: 490px;
}

.listings .listing .property-image {
    width: 200px;
    margin-right: 10px;
}

.listings .listing .property-image img, .listings .listing .property-image .no-image {
    width: 200px;
    height: 140px;
    border: solid 1px #cccccc;
}

.listings .listing .property-image .no-image {
    background-color: #eaeaea;
}

.listings .listing.n-odd {
    background-color: #fafafa;
}

.listings .listing .property-image .no-image span {
    margin: 5px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #cccccc;
    display: block;
}

.listings .listing .sold-image {
    position: relative;
}

.listings .listing .sold-image span {
    display: inline;
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    padding: 0 6px 0 6px;
    color: #ff0000;
    background-color: #ffffff;
    border: dotted 1px #ff0000;
    top: -60px;
    left: 20px;
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.listings .listing .info ul li {
    list-style-type: none;
}

.listings .listing .info ul li.for-sale {
    font-weight: bold;
    color: #4c7b99;
    font-family: Verdana;
    font-size: 16px;
    margin-bottom: 10px;
}

.listings .listing .info ul li.sold {
    font-weight: bold;
    color: #de3526;
    font-family: Verdana;
    font-size: 16px;
    margin-bottom: 10px;
}

.listings .listing .info ul li.link {
    margin-top: 8px;
}

.listings .listing .info ul li.link .btn-3 {
    margin-left: 0;
}

.listings .pagination {
    margin-top: 10px;
    text-align: right;
}

.listings .pagination a {
    font-weight: bold;
}

/* feature listing details --------------------------------------------------- */
.content-listing-details .status {
    font-size: 16px;
    font-weight: bold;
    color: #4c7b99;
    font-family: Verdana;
    margin:  0 0 5px 8px;
}

.content-listing-details .status .sold {
    color: #de3526;
}

.content-listing-details .header {
    padding: 10px 10px 5px;
    background: #6e96c9 url('images/bg_header.gif') repeat-x left top;
    margin-bottom: 0;
}

.content-listing-details .header h2 {
    font-size: 11px;
    float: left;
    width: 360px;
    font-family: Trebuchet MS;
    font-weight: normal;
    color: #ffffff;
}

.content-listing-details .header h2.realtor {
    float: right;
    width: 300px;
    text-align: right;
}

.content-listing-details .property-images .main-image {
    margin: 10px 0;
}

.content-listing-details .property-images .main-image img {
    width: 708px;
    border: solid 1px #cccccc;
}

.content-listing-details .property-images .main-image .no-image {
    display: block;
    background-color: #fafafa;
    border: solid 3px #cccccc;
    font-size: 18px;
    padding: 25px 0 25px 30px;
    font-weight: bold;
    color: #cccccc;
}

.content-listing-details .property-images .main-image .google-map {
    display: inline;
    margin-left: 5px;
    font-weight: bold;
    font-size: 13px;
    font-family: Trebuchet MS;
    padding-left: 26px;
    background: transparent url('images/icon_search.png') no-repeat left top;
}

.content-listing-details .property-images .main-image .description {
    margin: 5px 0 0 10px;
}

.content-listing-details .property-images .sub-images {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: dotted 1px #cccccc;
}

.content-listing-details .property-images .sub-images li {
    float: left;
    list-style-type: none;
}

.content-listing-details .property-images .sub-images li.clear {
    clear: both;
}

.content-listing-details .property-images .sub-images .delete-image {
    font-size: 10px;
    font-family: Trebuchet MS;
    background-color: #cccccc;
    margin: 0 2px 2px 2px;
    padding: 0 0 0 6px;
    font-weight: bold;
}

.content-listing-details .property-images .sub-images li img {
    width: 110px;
    height: 74px;
    border: solid 2px #cccccc;
    margin: 4px 2px 0 2px;
}

.content-listing-details .features {
    padding: 0 0 10px 10px;
    border-bottom: dotted 1px #cccccc;
    margin-bottom: 20px;
}

.content-listing-details dl.details dt, .content-listing-details dl.details dd {
    padding: 5px 0 4px 4px;
    margin: 1px 0 0 0;
}

.content-listing-details dl.details dt {
    clear: left;
    width: 150px;
    float: left;
    background: #E7ECF0;
}

.content-listing-details dl.details dd {
    width: 500px;
    float: left;
}

.content-listing-details dl.details dd.rooms .bed {
    margin-right: 8px;
    padding-right: 8px;
    border-right: solid 1px #cccccc;
}

.content-listing-details dl.details .amenities input {
    width: 14px;
    height: 14px;
    vertical-align: text-bottom;
}

.content-listing-details .detail-footer {
    margin: 1px 0 5px 0;
    font-size: 1px;
    line-height: 0.1;
    height: 6px;
    background: #6e96c9 url('images/bg_header.gif') repeat-x left top;
}

.content-listing-details .mortgage {
    position: relative;
}

.content-listing-details .mortgage table {
    border: dashed 1px #cccccc;
    position: absolute;
    top: -270px;
    left: 430px;
}

.content-listing-details .mortgage td {
    font-family: Trebuchet MS;
    font-size: 12px;
    padding: 6px 6px 0 0;
    background-color: #fafafa;
}

.content-listing-details .mortgage th.header {
    font-family: Trebuchet MS;
    font-size: 12px;
    background-color: transparent;
    background-image: none;
    border-bottom: dashed 1px #cccccc;
    padding: 4px;
    text-align: center;
}

.content-listing-details .mortgage td.labels {
    width: 110px;
    text-align: right;
}

.content-listing-details .mortgage td.payment {
    padding-bottom: 10px;
}

.content-listing-details .mortgage td.button {
    padding-left: 74px;
}

.content-listing-details .buttons .btn {
    float: right;
}

.content-listing-details .buttons .btn-register {
    float: right;
}

.content-listing-details .buttons span.btn-inquiry {
    display: none;
}

/* edit listing -------------------------------------------------------------- */
.content-listing-form .property-image {
    height: 160px;
}

.content-listing-form .form-entry.property-image {
    height: 165px;
}

.content-listing-form .property-image img {
    width: 200px;
    border: solid 1px #cccccc;
}

.default-form .check-box {
    margin: -2px 3px 0 3px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.content-listing-form .no-image {
    font-size: 14px;
    font-weight: bold;
    color: #cccccc;
    width: 180px;
    height: 130px;
    border: solid 1px #cccccc;
    display: block;
    padding:  7px 10px;
    background-color: #fafafa;
}

.sqyd-unit {
    margin-left: 15px;
}

/* register listing ---------------------------------------------------------- */
.image-rule {
    margin: 5px 0;
}

.image-rule .attention {
    border: dashed 1px #cccccc;
    color: #ff0000;
    min-height: 50px;
    font-size: 11px;
    font-family: Trebuchet MS;
}

/* board --------------------------------------------------------------------- */
.board .article {
    padding: 10px 0;
    border-bottom: dotted 1px #cccccc;
}

.board .article .date-posted {
    font-size: 14px;
    font-family: Trebuchet MS, Verdana;
    font-weight: bold;
    color: #666666;
}

.board .article .title {
    font-size: 16px;
    font-weight: bold;
}

.board .article .header {
    margin-bottom: 10px;
    background-color: #fafafa;
    border-bottom: dotted 1px #cccccc;
    padding: 4px 8px 3px 8px;
}

.board .article .content {
    padding-left: 8px;
}

.board .article .content .read-more {
    display: inline;
    margin-left: 5px;
}

.board .pagination {
    margin-top: 10px;
    text-align: right;
    float: right;
}

.board .pagination a {
    font-weight: bold;
}

.board .buttons {
    float: left;
    margin-top: 5px;
}

.board .article .title {
    color: #459e00;
}

.board .article .author {
    padding: 20px 0 0 8px;
}

.board .article .author span {
    font-weight: bold;
}

.board .article .author .email-icon {
    display: inline;
    vertical-align: top;
    margin-left: 3px;
}

.board.article-view .buttons {
    float: none;
}

.board.article-view .buttons span.btn {
    float: left;
}

/* write --------------------------------------------------------------------- */
.article-write.board .buttons, .article-edit.board .buttons {
    float: none;
}

.article-write .buttons .btn, .article-edit.board .buttons .btn {
    float: left;
}

.article-write .header, .article-edit .header {
    padding: 10px 10px 5px;
    background: #6e96c9 url('images/bg_header.gif') repeat-x left top;
    margin-bottom: 0;
}

.article-write .header h2, .article-edit .header h2 {
    font-size: 11px;
    float: left;
    width: 300px;
    font-family: Trebuchet MS;
    font-weight: normal;
    color: #ffffff;
}

.required-field em {
    font-style: normal;
}

.form-footer {
    margin: 1px 0 5px 0;
    font-size: 1px;
    line-height: 0.1;
    height: 6px;
    background: #6e96c9 url('images/bg_header.gif') repeat-x left top;
}

.form-label em {
    font-size: 11px;
    font-family: Verdana;
    font-style: normal;
    margin-right: 3px;
}

dl.form-field dt  {
    height: 17px;
    clear: both;
    width: 150px;
    float: left;
    background: #E7ECF0;
    padding: 5px 0 4px 6px;
    margin: 1px 0 0 0;
}

dl.form-field dd {
    padding: 3px 0 1px 4px;
    margin: 1px 0 0 0;
    width: 550px;
    float: left;
    height: 22px;
}

dl.form-field .field-content {
    height: 200px;
}

/* my info ------------------------------------------------------------------- */
.password-info, .email-info {
    position: relative;
}

.password-info .attention {
    position: absolute;
    border: dashed 1px #cccccc;
    top: -104px;
    left: 320px;
    font-size: 11px;
    color: #ff0000;
    font-family: Trebuchet MS;
    width: 200px;
    min-height: 50px;
}

.email-info .attention {
    position: absolute;
    border: dashed 1px #cccccc;
    width: 200px;
    top: -121px;
    left: 320px;
    font-size: 11px;
    color: #ff0000;
    font-family: Trebuchet MS;
    min-height: 50px;
}

.default-form .buttons {
    float: none;
}

.default-form .buttons .btn {
    float: left;
}

.default-form .header {
    padding: 10px 10px 5px;
    background: #6e96c9 url('images/bg_header.gif') repeat-x left top;
    margin-bottom: 0;
}

.default-form .header h2 {
    font-size: 11px;
    float: left;
    font-family: Trebuchet MS;
    font-weight: normal;
    color: #ffffff;
}

.default-form form {
    zoom: 1;
}

/* tax ----------------------------------------------------------------------- */
.content-tax p em {
    font-style: normal;
    text-decoration: none;
    border-bottom: dotted 1px #459e00;
    color: #459e00;
}

.content-tax ul, .content-tax ol {
    padding-left: 28px;
    margin-bottom: 15px;
}

/* admin --------------------------------------------------------------------- */
.admin table {
    width: 100%;
}

.admin table th {
    padding: 10px 10px 5px;
    background: #6e96c9 url('images/bg_header.gif') repeat-x left top;
    margin-bottom: 0;
    font-size: 11px;
    color: #ffffff;
    font-family: Trebuchet MS, Tahoma, Gulim;
    font-weight: normal;
    text-align: left;
}

.admin table td {
    padding: 4px 0 4px 8px;
    border-bottom: dotted 1px #cccccc;
}

.upgrade-info {
    position: relative;
}

.upgrade-info .attention {
    position: absolute;
    border: dashed 1px #cccccc;
    top: -94px;
    left: 400px;
    font-size: 11px;
    color: #ff0000;
    font-family: Trebuchet MS;
    width: 200px;
    min-height: 50px;
}

.admin-sales .buttons {
    margin-top: 5px;
}

.admin-sales .no-listing {
    font-size: 16px;
    font-family: Trebuchet MS;
}

.admin-sales .listing.n-odd {
    background-color: #fafafa;
}

.admin .block-title .strong {
    color: #ff0000;
}

.admin-sales .listing .for-sale {
    color: #459E00;
}

.admin-sales .listing .sold {
    color: #DE3526;
}

.admin-traffic .rent-views, .admin-traffic .commercial-views, .admin-traffic .lease-views {
    display: none;
}

.admin-traffic dl.form-field dt {
    width: 220px;
}

.admin-traffic dl.form-field dd {
    width: 480px;
}

/* buttons ------------------------------------------------------------------- */
.btn {
    width: 96px;
    height: 33px;
    text-align: center;
    background: transparent url('images/bg_btn_1.gif') no-repeat left bottom;
    border: none;
    color: #ffffff;
    font-family: Trebuchet MS;
    cursor: pointer;
    display: block;
    margin-left: 2px;
}

.btn a {
    padding: 7px 0 0;
    display: block;
    color: #ffffff;
}

.btn-2 {
    width: 126px;
    height: 33px;
    text-align: center;
    background: transparent url('images/bg_btn_2.gif') no-repeat left bottom;
    border: none;
    color: #ffffff;
    font-family: Trebuchet MS;
    cursor: pointer;
    display: block;
    margin-left: 2px;
}

.btn-2 a {
    padding: 7px 0 0;
    display: block;
    color: #ffffff;
}

.btn-3 {
    width: 156px;
    height: 33px;
    text-align: center;
    background: transparent url('images/bg_btn_3.gif') no-repeat left bottom;
    border: none;
    color: #ffffff;
    font-family: Trebuchet MS;
    cursor: pointer;
    display: block;
    margin-left: 2px;
}

.btn-3 a {
    padding: 7px 0 0;
    display: block;
    color: #ffffff;
}

.btn.btn-delete, .btn.btn-clear {
    background: transparent url('images/bg_btn_grey.gif') no-repeat left bottom;
}

/* reusable classes ---------------------------------------------------------- */
.clear {
    clear: both;
}

.std-margin-b {
    margin-bottom: 5px;
}

.std-margin-b-l {
    margin-bottom: 10px;
}

.std-space-r {
    padding-right: 10px;
}

.strong {
    font-weight: bold;
}

.font-small {
    font-size: 11px;
}

.font-xsmall {
    font-size: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.block-title {
    font-size: 16px;
    font-weight: bold;
    color: #4c7b99;
    font-family: Verdana;
    margin:  0 0 5px 8px;
}

input.large {
    width: 95%;
    vertical-align: text-bottom;
}

input.medium {
    width: 150px;
    vertical-align: text-bottom;
}

input.small {
    width: 100px;
    vertical-align: text-bottom;
}

input.x-small {
    width: 30px;
    vertical-align: text-bottom;
}

input.file-large {
    width: 95%;
    vertical-align: text-bottom;
    font-size: 11px;
    font-family: Gulim, Dotum;
    height: 20px;
    padding: 3px 0 0 2px;
}

select.medium {
    width: 150px;
}

textarea.large {
    width: 95%;
    height: 196px;
}

.attention {
    padding: 5px 5px 5px 65px;
    min-height: 60px;
    background: transparent url('images/icon_attention.gif') no-repeat 5px 5px;
}
