.fTextBox {
    width:400px;
    height:100px;
    font-family:verdana,arial,sans-serif;
    font-size:11px;
    border:solid 1px #ccc;
    background-image: url(images/textbg.gif);
    background-repeat: repeat-x;
    padding: 5px;
}
.frmSubmit {
    font-family:arial,sans-serif;
    font-size:21px;
    letter-spacing:-1px;
    font-weight:bold;
    padding:5px;
    margin:10px;
    cursor:pointer;
}
.frmUrlInput {
    width: 400px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 3px 10px;
    color: #555;
}
.ajaxResults {
    margin: 10px 0px 0px 0px;    
}
div.error {
    padding: 5px;
    background-color: #ffe8e9;
    border: solid 1px #ffaeb3;
    color: #910007;
    font-weight: bold;
}
div.msg {
    margin: 0px 0px 5px 0px;
    padding: 5px;
    background-color: #fbfef5;
    border: solid 1px #eafac9;
    color: #648e0d;
    width: 400px;
}
.tbl {
    width: 100%;
    border: solid 1px #eee;
    margin: 10px 5px;
}
.tbl tr {
    border-bottom: solid 1px #fafafa;
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
}
.tbl th {
    background-image:url(images/textbg.gif);
    background-repeat: no-repeat;
    border-bottom: solid 1px #004080;
    padding: 5px 15px;
    color: #000;
}
.tbl tr td {
    font-size: 13px;
    padding: 4px 5px;
    color: #000;
}
div.miniLoader {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #648e49;
}