* { margin: 0; padding: 0; outline:0; }

body {
    font-size: 12px;
    line-height: 1.3;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: #4e4e4e;
    background: #fff;
}

a { color: #0252aa; text-decoration: none; cursor:pointer; font-weight: bold;}
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.delim { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; border-bottom: 1px dashed #bdbdbd; padding-top: 5px; margin-bottom: 5px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

h1#logo { height: 50px; font-size: 18px; line-height: 60px; padding-top: 4px; background: transparent url(images/logo.gif) no-repeat right 0; border-bottom: 1px dashed #bdbdbd; margin-bottom: 15px; color:#4e4e4e; margin-top: 0px;}
h1 { font-size: 18px; line-height: 28px; padding-top: 20px; margin-top: 10px; color: #C00; border-bottom: 1px dashed #bdbdbd; margin-bottom: 15px;}
h2 { font-size: 16px; line-height: 28px; padding-top: 1px; padding-left: 40px; margin-top: 15px; }
h2#step-1 { background: transparent url(images/step-1.gif) no-repeat 0 0; }
h2#step-2 { background: transparent url(images/step-2.gif) no-repeat 0 0; }
h2#step-3 { background: transparent url(images/step-3.gif) no-repeat 0 0; }

p { font-size: 13px; line-height: 18px; }
p.message { font-size: 16px; color: #C00; font-weight: bold;}

#shell { width: 728px; margin: 0 auto; padding-top: 25px; }

.col { width: 364px; }
.col h3 { color: #666; font-size: 14px; line-height: 17px; padding-left: 28px; background: transparent url(images/arrow-right.gif) no-repeat 0 0; margin-bottom: 5px; }
.col a.image { display: block; margin-bottom: 25px; }

form .message { display: none; line-height: 27px; }
form .field { float: left; margin: 10px 22px 15px 0; }
form .field label { font-size: 13px; line-height: 22px; font-weight: bold; color: #cc0000; float: left; margin-right: 7px; }
form .field span { float: left; background: transparent url(images/input.gif) no-repeat 0 0; }
form .field span input { height: 18px; line-height: 22px; font-size: 12px; padding: 2px; width: 25px; border: 0 none; background: transparent; }
form .field-wide span { background: transparent url(images/input-wide.gif) no-repeat 0 0; }
form .field-wide span input {  width: 35px; }
form #gif-info-submit { border: 0 none; width: 47px; height: 47px; background: transparent url(images/submit.gif) no-repeat 0 0; cursor: pointer; }



