html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0px;
    outline: 0 none;
    padding: 0px;
    vertical-align: baseline;
    font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px; }

html {
    height: 100%; }

body {
    margin: 0px;
    height: 100%; }

#login-container2 {
    /*height: 100%;*/ 
}

#login-container1 {}

#login-container2 #logo{
    position: absolute;
    right: 40px;
    top: 40px; 
}

#logo-in-cnt {
    text-align: center;
    margin: 0 0 20px;
}
#logo-in-cnt2 {
    text-align: center;
    padding: 10px;
    padding-top: 20px;
    width: 400px;
    position: absolute;
    left: 400px;
    top: 300px;
    opacity: 0.95;
}
#logo-in {
    
}

#shape {
    position: absolute;
	width: 300px;
	height: 100px;
    margin-top: 100px;
	background-color: transparent;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }

#triangle {
    position:absolute;
    right: -36px;
    top: 14px;
	width: 71px;
	height: 71px;
	background-color: transparent;
	border-top: 1px solid #fff;
    border-right: 1px solid #fff; 
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
    -o-transform:rotate(45deg); /* Opera */ }
#shape h1 {
    color:#fff;
    padding-top: 30px;
    padding-left: 10px;
    font-size: 30px; }

#login {
    background-color: #F1F1F1;
    padding: 10px;
    padding-top: 20px;
    width: 400px;
    position: absolute;
    left: 400px;
    top: 150px; 
    opacity: 0.95;
    z-index: 99;
}

legend {
    background-color: #F1F1F1;
    font-weight: bold;
    font-size: 18px;
    padding: 7px; }

label {
    display: block;
    float: left;
    width: 150px; }

input {
    display: block;
    float: left;
    width: 230px;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px; }

button {
    margin-left: 150px;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    -moz-transition: all 0.1s linear 0s;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px; }

button:hover {
    background-position: 0 -15px;
    text-decoration: underline; }

.error {
    text-align: center;
    color:#ff3333;
    padding-bottom:20px; }

.endfloat {
    font-size:0px;
    height:5px;
    line-height:0px;
    display:block;
    clear:both; }