.table1 { color:#0000ff ; font-weight: bold; position: relative; z-index: 1; margin-top: -18px; margin-left: 5px; padding: 3px 6px; display: table; background-color: #ffffff; border: 1px #00ddff solid; background-repeat: no-repeat; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding-left: 5px; } .table2 { background-repeat: repeat-x; background-position: 50% top; margin-top: 15px; margin-bottom: 4px; padding: 5px; border: 1px solid #00ddff; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 5px; } .code{ color: #666666; text-align: left; font-family: sans-serif; font-size: 90%; padding: 5px 10px 5px 10px; margin: 5px 5px 5px 5px; background: #f7f7f7; border: 1px solid #cccccc; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; } .text{ color: #303030; text-align: left; padding: 5px 10px 5px 10px; margin: 5px 5px 5px 5px; background: #e8e8e8; border: 1px solid #999999; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px;} .note{ color: #303030; text-align: left; font-style: italic; padding: 5px 10px 5px 10px; margin: 5px 5px 5px 5px; background: #e8e8e8; border: 1px solid #999999; overflow: auto; border-radius: 20px 0px 20px 0px; -moz-border-radius: 20px 0px 20px 0px; -webkit-border-radius: 20px 0px 20px 0px;}