.t2kvideo_grid {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 1050px;
    font-family:"Bookman Old Style";
    
    margin-left:auto;
    margin-right:auto;
        
    
   background: none repeat scroll 0 0 #FFFFFF;
   display: block;
    /*margin: 1px;*/
    /*padding: 5px;*/
    text-align: justify;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    
}

/*#center_page{*/
/*    width:829px;*/
/*    padding:5px 14px;*/
/*}*/

#footer {
    padding-top:25px;
}
#nav-menu {
    padding-bottom:25px;
}

.t2kvideo_grid > img{
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.t2kvideo_grid > label{
    margin-left:auto;
    margin-right:auto;
}


input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 20px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border-color: #339933;
}

label{
      
    font-size:16px;
    color:#4ea7f4;
}
