root { 
    display: block;
}

body {
    background: url('xv.png');
}

#iframe {
    position: fixed;
    top: 50px;
    left: 50px;
    height: 600px;
    width: 900px;
    background: white;
    display: none;
}

#preview {
    position: fixed;
    top: 50px;
    left: 0px;
    height: 900px;
    width: 100%;
    background: white;
    display: none;
}

#iframeCloseButton {
    position: fixed;
    top: 10px;
    left: 850px;
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    color: white;
    padding: 5px 10px;
    display: none;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
    
    -webkit-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
    
    cursor: pointer; 
    cursor: hand;
}

#iframeCloseButton:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8);
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

#contentWrapper {
    width: 1000px;
    margin: auto;
}

#iframeWrapper {
    float: right;
    width: 200px;
    text-align: center;
}

form input, textarea, select {
    text-align: center;
    width: 200px;
    padding: 5px;
    margin: 2px 10px 10px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid orange;
    
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
    box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
    
    background: rgb(240,249,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(47%,rgba(203,235,255,1)), color-stop(100%,rgba(161,219,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */

}

textarea {
    text-align: left;
}



.checkbox, #aLinkChoice input {
    width: 10px !important;
    
    
}

#aLinkChoice {
    margin-bottom: 20px;
}

.submit {
    padding: 5px 10px;
    color: rgba(0,0,0,0.8);
    background: rgb(184,225,252); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
    
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
    
    -webkit-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
    
    cursor: pointer; 
    cursor: hand; 
    margin: 5px;
}

.submit:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8);
    
}

#thumbPreviewWindow div {
    float: left;
    text-align: center;
    margin: 5px;
    width: 100px;
}

#thumbPreviewWindow div img {
    width: 100px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.8);
}

#thumbPreviewForm {
    width: 1000px;
    margin: 10px auto 10px 10px;
   
}

#blerb {
    width: 800px;
    height: 200px;
}

#minorPicturesWrapper {
    display: table;
}

.cell {
    display: table-cell;
    
}

#blerbUrl {
    width: 600px;
}

#generatedHtml {
    width: 800px;
    height: 400px;
}