/* These are for the embedded content */
.ei8-embedded-content {
    /* text-align: center; */
}
.ei8-affiliate {
    width: 200px;
    margin: auto;
    text-align: center;
}
.ei8-affiliate a {
    font-size: 11px;
    text-decoration: none;
}
.ei8-align-center {
    text-align: center;
}
.ei8-align-left {
    text-align: left;
}
.ei8-align-right {
    text-align: right;
}


/* These are for the shortcode stylings */
.ei8-web-recorder, .ei8-form-wrapper {
    text-align: center;
    width: 375px;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.ei8-form-wrapper {
    width: 450px;
    margin: auto;
}
.ei8-form-iframe {
    width: 100%;
    height: 355px;
}
.ei8-web-recorder-wide {
    width: 685px;
    margin-left: -87px;
}
.ei8-form-line *, .ei8-form-label label {
    font-family: Tahoma;
    vertical-align: middle;
}
.ei8-form-line {
    width: 450px;
    text-align: left;
}
.ei8-form-label {
    width: 120px;
    text-align: left;
    vertical-align: top;
}
.ei8-form-label, .ei8-form-field {
    display: inline-block;
    text-align: left;
}
.ei8-form-line-spacer {
    height: 14px;
}
textarea {
    width: 300px;
}
.ei8-shortcode-wrapper {
    margin: auto;
    width: 70%;
}
.ei8-confirmation {
    border:1px solid #CCC;
    padding:10px;
    height: 70px;
    background-color: #E5EEE1;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom: 15px;
}
.ei8-confirmation-img, .ei8-confirmation-msg {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.ei8-confirmation-img {
    width: 100px;
}
.ei8-confirmation-msg {
    width: 80%;
}

/* These are designated, and could be useful, but no styling is used by default */
.ei8-web-recorder-mini, .ei8-web-recorder-tall, .ei8-web-recorder-media {}
.ei8-textarea, .ei8-textarea-updesc, .ei8-textarea-simple-submit, .ei8-textarea-tweet {}






/* These are used for the twitter form */
#bar {
    background-color:#5fbbde;
    width:0px;
    height:16px;
}
#barbox {
    float:left;
    height:16px;
    background-color:#FFFFFF;
    width:100px;
    border:solid 2px #000;
    margin-left:3px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
#count, #counter {
    float:left;
    margin-right:8px;
}
#tweet {}
#character-count {}




/* these are for the expander */
.expand {
    padding-bottom:.75em
}
.expand a {
    display:block;
    padding:3px 10px
}
.expand a:link, .expand a:visited {
    background-image:url('arrow-down.gif');
    background-repeat:no-repeat;
    background-position:98% 50%;
    color: #555;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.expand a:hover, .expand a:active, .expand a:focus {
    text-decoration:underline;
    color: #555;
}
.expand a.open:link, .expand a.open:visited {
    background-image: url('arrow-up.gif');
}




/* this is for the uploader */
.do_uploads {
    font-size: 14px;
    font-weight: bold;
}

