               body {
                        text-align: center;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
                        background-image: url("img/bg1.jpg");
                        background-repeat: repeat;
                }

                div.logo img {
                        padding:0;
                        margin:0;
                        vertical-align:bottom;
                }
                div.container {
                        width: 960px;
                        height: auto;
                        margin-left: auto;
                        margin-right: auto;
                        text-align: left;
                }
               div.footer {
                        width: 100%;
                        display: block;
                        margin-top: 10px;
                        margin-bottom:  0;
                        position: relative;
                        float: left;
                }

                a.tos {
                        color:#595959;
                        text-decoration:none;
                }

                a.tos:hover {
                        color:#C5C5C5;
                        text-decoration:underline;
                }
                table.terms {
                        position:absolute;
                        /*left:33px;
                        top:150px; */
                        width:800px;
                        height:450px;
                        visibility:hidden;
                        margin:0;
                        left:50%;
                        top:50%;
                        margin-top: -225px; /* half of the height */
                        margin-left: -400px; /* half of the width */
                }

                table.terms td {
                        background: white;
                        width:800px;
                        padding:1em;
                        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
                        font-size: 10px;
                        border: 3px #C5C5C5 solid;
                }
                div.content {
                        width: 940px;
                        margin-top: 25px;
                        margin-right: auto;
                        margin-left: auto;
                }
                div.section {
                        text-align: center;
                        padding: 5px;
                        padding-bottom: 20px;
                }
                div.albumnotice, div.albumuploader {
                        text-align: center;
                        position:fixed;
                        left:50%;
                        top:50%;
                        visibility:hidden;
                        margin:0;
                        padding: 15px 20px 0 0;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			border: 3px #C5C5C5 solid;
			color: #444; 
                        background-color: #E3E3E3;
                        background-repeat: no-repeat;
                }

                div.albumnotice {
                        width:380px;
                        height:180px;
                        margin-top: -90px; /* half of the height */
                        margin-left: -190px; /* half of the width */
                        background-image: url("/dashboard/images/square_panel.jpg");
                }
                div.albumuploader {
                    width:655px;
                    height:390px;
                    margin-top: -195px; /* half of the height */
                    margin-left: -290px; /* half of the width */
/*                        background-image: url("/dashboard/images/square_panel.jpg");  */
                }

                div.backupnotice {
                        text-align: center;
                        position:fixed;
                        left:50%;
                        top:50%;
                        visibility:hidden;
                        margin:0;
                        padding: 15px 20px 0 0;
                        font-size: 12px;
                        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
                        border: 3px #C5C5C5 solid;
                        color: #444;
                        background-color: #E3E3E3;
                        background-repeat: no-repeat;
                        width:380px;
                        height:180px;
                        margin-top: -90px; /* half of the height */
                        margin-left: -190px; /* half of the width */
                        background-image: url("/dashboard/images/square_panel.jpg");
                }

                .txtBox {
                  position: relative;
                  top: 0px;
                  left: 0px;
                  width: 150px;
                  z-index: 5;
                }

                .dropDown {
                  position: relative;
                  top: -20px;
                  left: 0px;
                  width: 174px;
                  border: 0;
                }

