html, body, ol, ul, form, dl, dt, dd, fieldset, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

html {
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    font-size: .8em;
    color: #aaa;
}

a {
    text-decoration: none;
    color: #aaa;
}

a:hover {
    color: #3B8EC3;
}

a img {
    border: 0px;
}

.container {
    width: 990px;
    margin: auto;
}

.embed {
    width: 300px;
}

.embed h1 {
    margin: 0px;
}

.embed img {
    height: 30px;
    padding-top: 3px;
}

.embed p {
    margin: 0px;
    font-size: 9px;
}

header {
    display: block;
    margin-top: 10px;
}

footer {
    display: block;
    margin-top: 30px;
}

/**
 * embed code stuff
 */
.embed_generator {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
    width: 990px;
    overflow: hidden;
}

.embed_generator .settings {
    width: 599px;
    border-right: 1px dashed #ccc;
    float: left;
}

.embed_generator .preview {
    width: 332px;
    float: right;
    margin-right: 58px;
}

#embed_code .wrapper {
    padding: 0px 0px 15px 15px;
}

#embed_code textarea {
    padding: 2px;
    width: 310px;
    font-size: .9em;
    height: 75px;
    font-family: "monaco", courier, monospace;
}

.preview .iframe {
    margin-left: 15px;
    padding: 15px 0px 11px 15px;
    -moz-border-radius: 4px;
    width: 300px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.preview h2 {
    font-weight: normal;
    text-align: right;
    font-size: 2em;
    color: #0e99cc;
}

.preview h2.loading {
    background: url("../img/loading.gif") no-repeat 180px 10px;
}

form label, form fieldset {
    display: block;
    font-size: 1.5em;
    color: #676767;
    padding-bottom: 5px;
}

form ul label {
    font-size: 1em;
    padding-bottom: 0px;
}

form ol li {
    padding-left: 58px;
    width: 542px;
    overflow: hidden;
    margin-bottom: 30px;
}

form ol li.last {
    margin-bottom: 0px;
}

form ul {
    width: 542px;
    overflow: hidden;
}

form ul li {
    margin-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}

form ul.colors li, form ul.other li {
    float: left;
    width: 143px;
    margin-bottom: 0px;
    margin-right: 15px;
}

form ul.colors li.last, form ul.other li.last {
    margin-right: 0px;
}

form .input_group {
    float: right;
    width: 469px;
}

form input.text {
    outline: none;
    padding: 3px;
    font-size: 1.8em;
    border: 1px solid #888;
    color: #444;
    width: 440px;
    height: 27px;
}

.colors input.text, .colors label, .other label {
    width: 100px;
}

input#width, .width label {
    width: 47px;
}

form input.default {
    color: #aaa;
}

.checked, .number {
    background: url("../img/sprite_numbers.png") no-repeat;
}

form ul li.checked {
    background: none;
}

.number {
    width: 58px;
    height: 58px;
    display: block;
    float: left;
    margin-right: 15px;
}

.checked {
    background-position: 0px -413px;
}

.number_one {
    background-position: 0px 3px;
}

.number_two {
    background-position: 0px -70px;
}

.number_three {
    background-position: 0px -144px;
}

.active .number_one {
    background-position: 0px -207px;
}

.active .number_two {
    background-position: 0px -278px;
}

.active .number_three {
    background-position: 0px -351px;
}

/**
 * color picker
 */
.miniColors-trigger {
    height: 22px;
    width: 22px;
    background: url("../img/colorpicker/trigger.png") center no-repeat;
    margin: -2px .5em;
    display: inline-block;
    outline: none;
}

.miniColors-selector {
    position: absolute;
    width: 175px;
    height: 150px;
    background: #FFF;
    border: solid 1px #BBB;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    z-index: 999999;
}

.miniColors-selector.black {
    background: #000;
    border-color: #000;
}

.miniColors-colors {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 150px;
    height: 150px;
    background: url("../img/colorpicker/gradient.png") center no-repeat;
    cursor: crosshair;
}

.miniColors-hues {
    position: absolute;
    top: 5px;
    left: 160px;
    width: 20px;
    height: 150px;
    background: url("../img/colorpicker/rainbow.png") center no-repeat;
    cursor: crosshair;
}

.miniColors-colorPicker {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url("../img/colorpicker/circle.gif") center no-repeat;
}

.miniColors-huePicker {
    position: absolute;
    left: -3px;
    width: 26px;
    height: 3px;
    background: url("../img/colorpicker/line.gif") center no-repeat;
}

/**
 * checkboxes
 */
.iPhoneCheckContainer {
    position: relative;
    height: 27px;
    cursor: pointer;
    overflow: hidden;
}

.iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden;
}

.iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.iPhoneCheckDisabled {
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

label.iPhoneCheckLabelOn {
    color: white;
    background: url("../img/checkbox/on.png") no-repeat;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
    left: 0;
    padding-top: 5px;
}

label.iPhoneCheckLabelOn span {
    padding-left: 8px;
}

label.iPhoneCheckLabelOff {
    color: #8b8b8b;
    background: url("../img/checkbox/off.png") no-repeat right 0;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
    text-align: right;
    right: 0;
}

label.iPhoneCheckLabelOff span {
    padding-right: 8px;
}

.iPhoneCheckHandle {
    display: block;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: url("../img/checkbox/slider_left.png") no-repeat;
    padding-left: 3px;
}

.iPhoneCheckHandleRight {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: url("../img/checkbox/slider_right.png") no-repeat right 0;
}

.iPhoneCheckHandleCenter {
    height: 100%;
    width: 100%;
    background: url("../img/checkbox/slider_center.png");
}
