/*-------------------------------------------------------------------------------------------------
efreight.base.css by YES@20130508
-------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'verb_extralight';
    src: url('/fonts/VerbWebfonts/verb_extralight/VerbExtralight-webfont.eot');
    src: url('/fonts/VerbWebfonts/verb_extralight/erbExtralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/VerbWebfonts/verb_extralight/VerbExtralight-webfont.woff') format('woff'),
         url('/fonts/VerbWebfonts/verb_extralight/VerbExtralight-webfont.ttf') format('truetype'),
         url('/fonts/VerbWebfonts/verb_extralight/VerbExtralight-webfont.svg#verb_extralightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.placeholder { color: #aaa; }

@font-face {
    font-family: 'verb_light';
    src: url('/fonts/VerbWebfonts/verb_light/VerbLight-webfont.eot');
    src: url('/fonts/VerbWebfonts/verb_light/VerbLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/VerbWebfonts/verb_light/VerbLight-webfont.woff') format('woff'),
         url('/fonts/VerbWebfonts/verb_light/VerbLight-webfont.ttf') format('truetype'),
         url('/fonts/VerbWebfonts/verb_light/VerbLight-webfont.svg#verb_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verb';
    src: url('/fonts/VerbWebfonts/verb_regular/VerbRegular-webfont.eot');
    src: url('/fonts/VerbWebfonts/verb_regular/VerbRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/VerbWebfonts/verb_regular/VerbRegular-webfont.woff') format('woff'),
         url('/fonts/VerbWebfonts/verb_regular/VerbRegular-webfont.ttf') format('truetype'),
         url('/fonts/VerbWebfonts/verb_regular/VerbRegular-webfont.svg#verb_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, tr,td {
margin: 0;
padding: 0;
}

body {
color: #505050;
background: #FFF;
overflow-x: hidden;
font-family: 'verb_extralight',Arial,Tahoma,Verdana;
font-size:12px;
}

a {
text-decoration: none;
color: #27B;
cursor: pointer;
}

table,input,span,pre,a,li {
outline:none;
}

li {
list-style: none;
}

sup {
font-size:xx-small;
}

pre {
font-family: 'verb_light',Arial,Tahoma,Verdana;	
}