/* 
	Theme Name: Google Drive
	Author: securenext
	Author URI: http://www.securenext.com
	Version: 1.1
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 3/25/09 - Released theme
		v1.1 - 8/1/09 - Optimized theme for SEO, localized theme for translation into any language
*/


.error_msg{
     color:#FF0000;
	 }
	 
.exclude_files{
     float:left;
	 width:160px;
	 font-size:13px;
	 }
	 
#exclude{
    width:100%; 
	float:left;
	}
	
.exclude_checkbox{
    float:left;
	}	
	
#exclude_bkup{
    width:20px; 
	float:left
}

#database_backup{
    position:relative;
	bottom:5px;
	font-size:13px;
	width:59px !important;
	}


.dbase_backup{
     width:100%;
	 float:left;
	 height:25px;
	 margin-top:10px;
	 }
	 
.db_bkup{
     width:220px;
	 float:left;
	 font-size:13px;
	 }
	 
.db_select{
     float:left;
	 font-size:14px;
	 }	

h3 span {
    font-size: 13px;
    font-weight: normal;
}

.next_schedule{
     font-size:13px;
	 float:left;
	 }
	 	
.backup_setting{
     float:left;
	 width:100%;
	 }
	 
.conf_account{
     font-size:13px;
	 float:left;
	 line-height:20px;
	 }	
	 
.form-table{
    /* border: 1px solid #CCCCCC !important;*/
    border-collapse: collapse;
    clear: both;
    float: left;
    font-size: 14px;
    margin-top: 17px;
    width: 55% !important;	 
	} 
	
.form-table th {
    font-size: 13px !important;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 200px;
}	

textarea, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], select {
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    width:180px;
	}
	
.submit{
    width:100%;
	float:left;
	}			  	 	 	 

.button-secondary{
     background:#2680AA !important;
	color:#FFFFFF !important;
	font-weight:bold !important;
	font-size:13px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3) !important;
	width:55px !important;
	}
	
.heading{
    background:#E4E4E4;
	font-size: 15px !important;
    height: 22px;
    padding: 6px 0 0 5px;
    width: 100%;
	color:#21759B;
	float:left;
	}	
	
.button-primary{	
     width:55px !important;
	 }
	 
#backup_time{
     width:100px;
	 font-size:13px;
	 }
	 
.goo_detail{
     margin: 0;
    padding: 0;
    width: 257px;
	text-align:center;
	}	 
	 	 