body{
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #646464;
}

.container {
    position: absolute;
    top: 50%;
    margin-top: -250px; /* half of #content height*/
    left: 0px;
    width: 100%;
}

.login {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    height: 417px;
    font-size: 14px;
}

header {
    background: url('../Images/logo_dms.png') no-repeat;
    height: 30px;
}

.loginBody {
    background: url('../Images/main.gif') no-repeat;
    height: 387px;
    width: 720px;
}

.login-table td {
    padding-left: 10px;
}

.txtBox {
    width: 124px;
    height: 25px;
    border: 1px solid #aaaaaa;
    padding-left: 5px;
}

.loginbtn {
    width: 64px;
    height: 25px;
    background-image: url('../Images/bt_login.png');
    border: 0;
    cursor: pointer;
}

 footer {
     /*padding-top: 6px;*/
     padding: 6px;
     font-size: 12px;
     font-weight: 100;
 }
    footer a {
        text-decoration: none;
    }

.footer-logo {
    /*background: url('../Images/logo_samsung.png') no-repeat;*/
    background: url('../Images/Samsung_Logo_Wordmark_RGB.png') no-repeat;
    height: 19px;
    width: 85px;
    /*float: left;*/
    float: right;
}
.header-logo {
    /*background: url('../Images/logo_samsung.png') no-repeat;*/
    background: url('../Images/logo_dms.jpg') no-repeat no-repeat;
    height: 30px;
    width: 500px;
    float: left;
    
}

.contactus-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -185px;
    margin-top: -114px;
    border: 1px solid black;
    width: 384px;
    height: 228px;
    background-color: white;
    display: none;
}

.contactus-body {
    border: 1px solid #b4b4b4;
    width: 340px;
    height: 140px;
    margin: 16px auto;
    background-color: #f8f8f8;
    overflow-y: auto;
}

.admin-header {
    padding-left: 8px;
    padding-top: 10px;
    margin: 10px 10px 0px 10px;
    color: rgba(105, 162, 218, 1);
    font-weight: 500;
}

.content-admin   {
    padding-left: 18px;
    font-size: 11px;
}

.mail {
    display: inline;
    background: url(../_login/images/icon_mail.png) no-repeat left center;
    padding-left: 20px;
    float: right;
    width: 180px;
}

.span_2_of_2 {
	        width: 100%;
        }

        .span_1_of_2 {
	        width: 48.2%;
        }

        /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

        @media only screen and (max-width: 480px) {
	        .span_2_of_2 {
		        width: 100%; 
	        }
	        .span_1_of_2 {
		        width: 100%; 
	        }
        }

        
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

.comboListFirst
{
    margin: 0;
    width: 40px;
    line-height: 14px !important;
    float: left;
    display: inline-block;
}
.comboList
{
    margin: 0;
    width: 50px;
    line-height: 14px !important;
    float: left;
    display: inline-block;
}
.comboHeaderFirst
{
    margin: 0;
    width: 40px;
    line-height: 9px !important;
    float: left;
    display: inline-block;
    font-weight: bold;
}
.comboHeader
{
    margin: 0;
    width: 50px;
    padding: 0 0 0 40px;
    line-height: 9px !important;
    float: left;
    display: inline-block;
    font-weight: bold;
}