html{
 height:100%;
}

body{
 margin:0px;
 background-color:#fff;
 min-height:100%;
 text-align:left;
 font-family:Helvetica,Verdana,Tahoma,Arial,sans-serif;
 font-size:14px;
 color:#008800;
}

a{
 color:#008800;
 text-decoration:none;
 font-weight:bold;
}

input, textarea, select{
 padding:3px;
 color:#222222;
 font-size:12px;
 font-weight:normal;
}

.header{
 background-color:#eee;
 padding:20px;
}

.logo{
 border:0px;
}

.content{
 display:inline-block;
 padding:40px;
 text-align:left;
}

.warn{
 font-weight:bold;
 color:#cc0000;
}

.warnTop{
 padding:20px;
 width:350px;
 overflow:hidden;
 text-overflow:ellipsis;
 word-wrap:break-word;
 border:1px solid #880000;
 border-bottom:0px;
 color:#880000;
 font-weight:bold;
}

.warnBox{
 padding:20px;
 color:#ffffff;
 background-color:#cc0000;
 border:1px solid #880000;
 width:350px;
 overflow:hidden;
 text-overflow:ellipsis;
 word-wrap:break-word;
}

.infoTop{
 padding:20px;
 width:350px;
 overflow:hidden;
 text-overflow:ellipsis;
 word-wrap:break-word;
 border:1px solid #008800;
 border-bottom:0px;
 font-weight:bold;
}

.infoBox{
 padding:20px;
 background-color:#eeeeee;
 border:1px solid #008800;
 width:350px;
 overflow:hidden;
 text-overflow:ellipsis;
 word-wrap:break-word;
}

.inputURL{
 width:382px;
}

.shortURL{
 font-weight:bold;
 font-size:18px;
 background-color:#eeeeee;
 color:#008800;
 border:none;
 padding:0px;
 width:100%;
}

.shortURLLink{
 font-size:18px;
}

.shortURLButton{
 float:right;
 #border:1px solid #004400;
 #background:#008800;
 #color:#eeeeee;
 #height:30px;
 #padding:0px 20px;
 #vertical-align:middle;
}

.urlFormButton{
 #border:1px solid #008800;
 #background:#eeeeee;
 #height:30px;
 #padding:0px 20px;
 #vertical-align:middle;
}

.footer{
 position:absolute;
 width:100%;
 padding: 20px 0px 20px 0px;
 bottom:0px;
 text-align:center;
 background-color:#ffbb00;
 z-index:-1;
}

.captcha{
 width:392px;
 height:64px;
 padding:0px;
 border:0px;
 text-align:center;
 background-color:#aaaaaa;
}

.labelCaptcha{
 float:left;
 padding-top:5px;
}

.inputCaptcha{
 width:110px;
 float:right;
}
