.rightContent {
    text-align: left;
    margin-top : 0;
}
#id_name, #id_phone, #id_email, #id_subject, #id_message
{
    display : block;
    width : 430px;
    border: 1px solid #ccc;
}
.errorlist {
    background: #FAFABB url(../images/down.gif) no-repeat right;
    border: 2px solid #f88;
    margin: 0px 0 2px 0;
    text-align: center;
	list-style: none;
	width: 425px;
    font: normal normal bold 0.8em/1.5em Arial, sans-serif;
    color: #a58b32;   
}
#msg-success {
    background: #FAFABB url(../images/success.gif) no-repeat right;
    border: 2px solid #f88;
    margin: 0px 0 2px 0;
    text-align: center;
	list-style: none;
	width: 425px;
    font: normal normal bold 0.8em/1.5em Arial, sans-serif;
    color: #a58b32;   
}
.container_12 .grid_6, .container_16 .grid_8 
{
    width:445px;
    margin-left : 25px;
}

button:hover {
/* gerador de bordas arredondadas http://a.deveria.com/roundgen/ */
    background-color: #333;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #333 url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNGRkYiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjMzMzIiByeD0iMTAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4=);

}
button {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    background:#666666 none repeat scroll 0 0;
    border:none;
    color:#FFFFFF;
    cursor:pointer;
    margin:0.7em 8em;
    padding:0.2em 0em;
    width:200px;
    
/* gerador de bordas arredondadas http://a.deveria.com/roundgen/ */
    background-color: #666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #666 url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNGRkYiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjNjY2IiByeD0iMTAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4=);    
}
.pageTitleFull 
{
    margin-right : 20px;
    margin-bottom : 10px;
}
.leftContent 
{
    padding-top : 0;
    margin-top: 0;
}

