﻿.userMessage
{
    font-size:12px;
    margin-top:13px;
    position:absolute;
    left:50%;
    margin-left: -250px;
    min-height:10px;
    padding:12px;
    padding-left:43px;
    width:500px;
    background-color:#fff4b5;
    color:#000000;
    border:2px solid #ffd800;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 15px #dddddd;
    -moz-box-shadow: 0px 0px 15px #dddddd;
    -webkit-box-shadow: 0px 0px 15px #dddddd;
    background-image:url(/common/images/message/info_indent.png);
    background-position:left center;
    background-repeat:no-repeat;
    margin-bottom:10px;
}

.userMessage.error
{
    background-color:#ffdcdc;
    border-color:#ff0000;
    background-image:url(/common/images/message/error_indent.png);
}
.userMessage.success
{
    background-color:#e6f9ca;
    border-color:#619533;
    background-image:url(/common/images/message/success_indent.png);
}

/* address search box */
.addr 
{    
    height:30px;
    width:100%;
    float:left;
    margin-bottom:10px;
}
.addrLbl 
{
    float:left;
    background-color:#AAC8E2;
    font-weight:bold;
    height:30px;    
    width:27%;
    text-align:center;
    -moz-border-radius:5px 0px 0px 5px;
    border-radius:5px 0px 0px 5px;
    -webkit-border-radius:5px 0px 0px 5px; 
}
.addrLblCtr
{
    margin-top:8px;
}
.addrFld 
{
    float:right;
    height:30px;
    width:73%;
}
.addrFld .field
{
    float:left;
    width:80%;
    height:30px;
}
.addrFld .buttonContainer
{
    float:right;
    width:20%;
    height:30px;
}
.addrFld .field p
{
    height:100%;
    padding:0% 1%;
}
.addrFld .field input
{
    height:26px;
    width:99%;
}
.addrFld .buttonContainer input
{
    padding-bottom:3px;
    width:100%;
    height:32px;
    margin-top:-1px;
}