/* 
    Document   : mycss
    Created on : 11 févr. 2009, 11:49:05
    Author     : filovent
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.suggestionsBox {
    position: absolute;
    top: 210px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #4496C6;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #93B1CD;
    color: #fff;
    clear:left;
    z-index:100000000;
    
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px 0px 0px 20px;
    font-family:verdana;
    font-size:12px;
    cursor: pointer;
    list-style-image:none;
    list-style-type:none;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

.msg_info {
	position:relative;
	border:2px solid #f8e89d;
	padding:10px;
	padding-left:10px;
	width:900px;
	margin:10px;
	background:#f6f6f6;
}