
div#canned a {
    text-decoration: none;
}

div#canned a:hover {
    color: #411; 
    background: #ffffcc;
}

.ltecannedsubject {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.ltecannedletter p,
.ltecannedsubject p {
    color: black;
}

.ltecannedletter {
    display: none;
    position: absolute; 
    left: 170px;
    top: 200px;
    width: 360px;
    padding: 15px; 
    margin: 10px; 
    z-index: 100;
    color: black; 
    background: #ffffcc; 
    text-decoration: none;
    text-align: left;
}


.tips {
    border: solid 1px gray; 
    padding: 5px;
}


#lteheader, 
#lteinstructions {
    float: left;
    width: 425px;
}

#lteinstructions {
    clear: left;
    margin-top: 10px;
}

#ltetherm {
    float: right;
    width: 325px;
}

#ltemessages {
    clear: left;
    float: left;
    width: 325px;
}

#ltesubmit {
    width: 325px;
    clear: left;
    float: left;
    margin-top: 20px;
    text-align: right;
}

#view {
    text-align: right;
}

h2 {
    font-size: large;
}

p#ficustomletter {
    margin: 5px;
    margin-bottom: 15px;
}

p.cannedletter {
    margin: 5px;
}

#steptwo {
    float: right;
    clear: right;
    width: 425px;
}

#f_lte {
    width: 750;
}

#stepthree,
#stepone
{
    float: left;
    width: 430px;
}


#letter_fields {
    padding: 10px;
    background-color: #efefef;
    border: solid 1px black;
    width: 405px;
}


