* {
    margin: 0;
    padding: 0;
}

body {
    font: 100% normal Arial, Helvetica, sans-serif;
    background: #000;
}

form, input, select, textarea {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

div.box {
    margin: 0 auto;
    width: 500px;
    background: #222222;
    position: relative;
    top: 50px;
    border: 1px solid #262626;
}

div.box2 {
    margin: 0 auto;
    width: 580px;
    background: #222222;
    position: relative;
    top: 50px;
    border: 1px solid #262626;
}

div.talent_box {
    margin: 0 auto;
    width: 1220px;
    background: #222222;
    position: relative;
    top: 50px;
    border: 1px solid #262626;
}

div.clients_box {
    margin: 0 auto;
    width: 250px;
    background: #222222;
    position: relative;
    top: 50px;
    border: 1px solid #262626;
}

div.search {
    margin: 0 auto;
    width: 1180px;
    background: #222222;
    position: relative;
    top: 50px;
    border: 1px solid #262626;
}
div.parent div.search{
    display: inline-block; 
	text-align: left; 
    width: auto;
}

div.search a {
    color: #5ac8c5;
}

div.search_results {
    margin: 0 auto;
    width: 560px;
    background: #222222;
    position: relative;
    top: 20px;
    border: 1px solid #262626;
}

div.search_results a {
    color: #5ac8c5;
}

div.emails, div.castings {
    margin: 0 auto;
    width: 1015px;
    background: #222222;
    position: relative;
    top: 40px;
    border: 1px solid #262626;
}

div.emails {
    width: 100%;
    min-width: 1250px;
}

div.castings a {
    color: #5ac8c5;
}

div.edit_casting {
    margin: 0 auto;
    width: 580px;
    background: #222222;
    position: relative;
    top: 50px;
    border: 1px solid #262626;
    color: #FFF;
}

div.spreadsheet {
    margin: 0 auto;
    width: 1450px;
    background: #222222;
    position: relative;
    top: 50px;
    border: 1px solid #262626;
}

div.spreadsheet a {
    color: #5ac8c5;
}

h1 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 0 5px 5px;
    border-bottom: 1px solid #161712;
    border-top: 1px solid #161712;
}

div.talent_box h1 {
    text-transform: none;
    width: auto;
    text-align: center
}

div.clients_box h1 {
    text-transform: none;
}

div.clients_box h1 a {
    color: #ffffff;
}

div.search h1 {
    margin: 0px;
    width: auto;
    text-align: center;
    font-size: 16px;
}

label {
    width: 100%;
    display: block;
    background: #1C1C1C;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #161712;
    padding: 10px 0 10px 0;
}

div.talent_box label {
    padding: 5px 0 5px 0;
    background: #000;
    min-height: 300px;
}

div.clients_box label {
    padding: 5px 0 5px 0;
}

div.search_results label {
    padding: 5px 0 5px 0;
}

div.emails label:hover, div.castings label:hover {
    background-color: black;
    color: white;
}

div.spreadsheet label {
    padding: 5px 0 5px 0;
}

div.spreadsheet label:hover {
    background-color: black;
    color: white;
}

div.edit_casting label {
    font-size: 15px;
}

label span {
    display: block;
    color: #bbbbbb;
    font-size: 12px;
    float: left;
    width: 100px;
    text-align: right;
    padding: 5px 20px 0 0;
}

div.box2 label span {
    font-size: 15px;
    width: 250px;
    padding: 5px 20px 0 40px;
}

div.talent_box label span {
    color: #5ac8c5;
    font-size: 15px;
    width: 100px;
    padding: 5px 4px 0 10px;
}

div.castings label span {
    width: 199px;
    text-align: center;
    padding: 5px 10px 0px 2px;
}

div.castings label span.short {
    width: 90px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.castings label span.test {
    width: 50px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.search label span {
    width: 130px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.emails label span {
    text-align: center;
    padding: 5px 10px 0px 2px;
}

div.emails label span.date {
    width: 10%;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.emails label span.subject {
    width: 15%;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.emails label span.message {
    width: 40%;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.emails label span.short {
    width: 10%;
    text-align: left;
    padding: 5px 10px 0px 2px;
}


div.search label span.title {
    color: #FF9911;
}

div.search_results label span {
    color: #FF9911;
}

div.spreadsheet label span {
    width: 170px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.spreadsheet label span.notes {
    width: 190px;
    text-align: left;
    padding: 0px 0px 2px 0px;
    font-size: 11px
}

div.spreadsheet label span.short {
    width: 93px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.spreadsheet label span.shorter {
    width: 60px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.spreadsheet label span.age {
    width: 40px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.spreadsheet label span.title {
    color: #FF9911;
}

div.emails label span.title, div.castings label span.title {
    color: #FF9911;
}

div.castings label span.stories {
    width: 650px;
}

div.search label span.short {
    width: 80px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.search label span.email {
    width: 200px;
    text-align: left;
    padding: 5px 10px 0px 2px;
}

div.clients_box label span {
    color: #5ac8c5;
    font-size: 15px;
    float: none;
    width: auto;
    text-align: center;
    padding: 5px 4px 0 10px;
}

div.talent_box label span.info {
    width: 140px;
    color: #bbbbbb;
    text-align: left;
}

div.box2 label span.info {
    text-align: left;
}

div.talent_box label span.pics {
    text-align: center;
    border-left: 2px solid #333;
}

div.edit_casting label span {
    font-size: 15px;
    color: #FF9911;
    width: 250px;
    padding: 0px 9px 0px 0px;
}

div.box2 label span.title {
    display: block;
    color: #9F0;
    font-size: 15px;
    float: left;
    width: 250px;
    text-align: left;
    padding: 5px 20px 0 0;
}

.input_text {
    padding: 10px 10px;
    width: 200px;
    background: #262626;
    border-bottom: 1px double #171717;
    border-top: 1px double #171717;
    border-left: 1px double #333333;
    border-right: 1px double #333333;
}

div.search_results input {
    padding: 5px 5px;
    width: 200px;
    background: #262626;
    border-bottom: 1px double #171717;
    border-top: 1px double #171717;
    border-left: 1px double #333333;
    border-right: 1px double #333333;
}

div.search_results input.button {
    margin: 0 0 10px 0;
    padding: 4px 7px;
    background: #CC0000;
    border: 0px;
    position: relative;
    top: 10px;
    left: 382px;
    width: 100px;
    border-bottom: 1px double #660000;
    border-top: 1px double #660000;
    border-left: 1px double #FF0033;
    border-right: 1px double #FF0033;
}

div.edit_casting input.button {
    margin: 0 0 10px 0;
    padding: 4px 7px;
    background: #CC0000;
    border: 0px;
    position: relative;
    top: 10px;
    left: 382px;
    width: 100px;
    border-bottom: 1px double #660000;
    border-top: 1px double #660000;
    border-left: 1px double #FF0033;
    border-right: 1px double #FF0033;
}

div.box2 .input_text {
    padding: 5px 5px;
    width: 110px;
    background: #262626;
}

div.edit_casting input {
    padding: 5px 5px;
    width: 200px;
    background: #262626;
    border-bottom: 1px double #171717;
    border-top: 1px double #171717;
    border-left: 1px double #333333;
    border-right: 1px double #333333;
}

div.box .message {
    padding: 7px 7px;
    width: 350px;
    background: #262626;
    border-bottom: 1px double #171717;
    border-top: 1px double #171717;
    border-left: 1px double #333333;
    border-right: 1px double #333333;
    overflow: hidden;
    height: 150px;
}

.button {
    background: #CC0000;
    border: 0px;
    position: relative;
    width: 100px;
    border-bottom: 1px double #660000;
    border-top: 1px double #660000;
    border-left: 1px double #FF0033;
    border-right: 1px double #FF0033;
}

.responses_button_yes {
    background: #090;
    border: 0px;
    position: relative;
    bottom: 5px;
    width: 30px;
    border-bottom: 1px double #FFFFFF;
    border-top: 1px double #FFFFFF;
    border-left: 1px double #FFFFFF;
    border-right: 1px double #FFFFFF;
}

.responses_button_no {
    background: #CC0000;
    border: 0px;
    position: relative;
    bottom: 5px;
    width: 30px;
    border-bottom: 1px double #660000;
    border-top: 1px double #660000;
    border-left: 1px double #FF0033;
    border-right: 1px double #FF0033;
}

.responses_button_no_lg {
    background: #CC0000;
    border: 0px;
    position: relative;
    bottom: 5px;
    border-bottom: 1px double #660000;
    border-top: 1px double #660000;
    border-left: 1px double #FF0033;
    border-right: 1px double #FF0033;
}

.responses_button_no_lg:hover {
    cursor: pointer;
}
div.talent_box .button {
    color: #FFF;
}

div.talent_box .choose {
    margin: 0 0 10px 0;
    padding: 4px 7px;
    background: #666;
    color: #FFF;
    border: 0px;
    border-bottom: 1px double #660000;
    border-top: 1px double #660000;
    border-left: 1px double #FF0033;
    border-right: 1px double #FF0033;
}

select {
    background: #262626;
}

td.title_bg {
    background-color: #FFFFFF;
}

td.text {
    color: #fff;
}

.title1 {
    font-family: "Verdana";
    color: #000000;
    font-size: 14px;
    font-weight: bold
}

a.nav {
    color: #CCC
}

.basic_text {
    color: #FF9911;
    text-align: center;
}
	