.mood {width: 400px;position: fixed;margin: -200px 0 0 -200px;top: 50%;left: 50%;z-index: 50000;color: #333;padding:0;}
.moodtitle {padding-top: 30px;}
.mood .content, .mood .textInput,.mood .title {border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.mood .content {height: auto;background:#fff url('bg.png') repeat-x bottom;-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);box-shadow: 0 0 10px rgba(0,0,0,.3);border: 3px solid #666\9}
.mood .title {position: absolute;top: 0;left: 0;right: 0;padding: 5px 20px;background: #222;font-weight: bold;color:#fff;}
.mood .close {background: url('fechar.png') no-repeat;width: 16px;height: 16px;display: block;cursor: pointer;top:6px;right:5px;position: absolute;}
.mood .buttons {padding: 0 15px 15px;height:30px}
.mood .iframe {width: 100%;height: 100%;}
.mood .textInput {width: 200px;float: left;}
.mood .moodalert,.mood .moodconfirm,.mood .moodprompt,.mood .mooderror {background-image:url('aviso.png'); background-repeat:no-repeat; background-position: 15px center;padding:20px 15px 20px 120px;height:auto;_height:70px;min-height:70px}
.mood .moodconfirm,.mood .moodprompt {background-image: url('questao.png');}
.mood .mooderror {background-image: url('erro.png');}
.mood .buttons .enviar,.mood .buttons .cancelar{margin:0 3px;float:right;display:inline}
.mood .buttons .enviar:active,.mood .buttons .cancelar:active {margin-top:3px}
