@font-face {
    font-family: "Seion";
    src: url('../fonts/SegoeUI.ttf'), url('../fonts/SegoeUI.eot'), url('../fonts/SegoeUI.woff');
}

body {
    background: #000;
    margin:0px;
    padding:0px;
    background-image: url('../skeleton_dance.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    font-family: "Seion";
}
body, html { overflow-x:hidden; }


h1,
h2,
h3,
h4,
h5,
h6,
{
    font-family: "Seion";
	color: silver;	
}

p {font-family: "Seion"; color: silver;} 

.transparent_class {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";

    /* IE 5-7 */
    filter: alpha(opacity=95);

    /* Netscape */
    -moz-opacity: 0.95;

    /* Safari 1.x */
    -khtml-opacity: 0.95;

    /* Good browsers */
    opacity: 0.95;
}

input[type=text] { 
    min-width:100%; max-width:650px; min-height:40px; max-height:40px; height:40px; font-family: "Seion"; font-size:1.1em; 
}
#auth_user_password { 
    min-width:100%; max-width:650px; min-height:40px; max-height:40px; height:40px; font-family: "Seion"; font-size:1.1em; 
}
#auth_user_password_two {
    min-width:100%; max-width:650px; min-height:40px; max-height:40px; height:40px; font-family: "Seion"; font-size:1.1em; 
}
#submit_record__row {background: transparent; border-top:none;}

#sendToSMS_phone_network { 
    width:100%;min-width:100%; max-width:650px; min-height:40px; max-height:40px; height:40px; font-family: "Seion"; font-size:1.1em; 
}
/* The CSS */
select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}


.help-block {
    font-size:1.3em;
    font-weight:Normal;
    font-family: "Seion";
}
label {
    font-size:1.3em;
    font-weight:Normal;
    font-family: "Seion";
}
h1 {
    font-family: "Seion";
}
#copyright {
    font-family: "Seion";
}
