
a {
	color: #11c
}

a:active {
	color: #36c
}

a:visited {
	color: #36c
}

a.no_dec {
	    text-decoration: none;
}

a.no_dec_col {
	    text-decoration: none;
            font-size: 14px;
    line-height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: rgb(214,143,64);
}

body {
/*  height e overflow sono per bypassare un errore di Internet Explorer sul posizionamento assoluto dei div */
	background-color: rgb(255,255,203);
    height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    overflow-y: auto;
}


div.album_lista {
/* da usare nella lista di autori con relativi brani */
	background-color: rgb(230, 211,88);
	color: #FFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
    padding-left: 10px;
	height: 23px;
    line-height:23px;
}

div.author {
/* da usare nella pagina di un singolo brano */
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-indent: 0;
	height: 30px;
}

div.author_lista {
/* da usare nella lista di autori con relativi brani */
	background-color: rgb(120,223,225);
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
    padding-left: 5px;
	height: 25px;
    line-height:25px;
}

div.barra {
	/* barra orizzontale About */
	position: absolute;
	margin: 110px 0px 0px 200px;
	height: 24px;
	z-index: 1;
}

div.bianco20 {
	background: #FFFFFF;
	height: 20px;
}
div.bianco2 {
	background: #FFFFFF;
	height: 2px;
}
div.bianco10 {
	background: #FFFFFF;
	height: 10px;
}

div.content {
	/* pagina meno testata e navigatore */
	position: absolute;
	margin: 134px 0px 0px 220px;
	padding: 10px;
	width: 740px;
	background-color:#FFF;
	z-index: 2;
}

div.header {
	/* testata con grafica The Nina Simone Database */
	position: absolute;
	margin: 0px 0px 0px 220px;
	padding: 0px;
	width: 600px;
	height: 60px;
}

div.hide { 
	background: #f00; 
	display: none; 
} 

div.info_brano {
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
	text-align:left;
}

div.info_sessione {
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
	text-align:left;
}

div.info {
	color: rgb(51, 51, 51);
	font-size: 12px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
	border-width: 0px 0px 0px 0px;
	height: auto;
}

div.lista {
/* da usare per i singoli elemento di una lista */
	color: black;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin-left: 30px;
}

div.lyrics {
	/* background: rgb(240, 240, 196); */
    background-image:url('/ninasimone/graphics/paper.jpg');
    color: #111111;
	font-size: 15px;
	font-family: Baskerville, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
    line-height:20px;
	margin: 0px 0px 0px 30px;
	padding: 20px 10px 10px 30px;
}

div.musician {
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-indent: 0;
	height: 30px;
}

div.musician_lista {
/* da usare come titolo-separatore nella lista di musicisti con relativi brani */
	background-color: rgb(245,118, 255);
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
    padding-left: 5px;
	height: 25px;
    line-height:25px;
}

div.nav_alb {
	background-color:#FFF;
	margin: 0px 0px 0px 0px;
	
	border-bottom-style:solid;
	border-bottom-width: 1px;
    border-bottom-color: rgb(157,144,222);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 1;
}

div.nav_aut {
	background-color:#FFF;
	margin: 0px 25px 0px 25px;
	padding:4px;
	border-left-width:2px;
	border-left-color: rgb(157,144,222);
	border-left-style:solid;
	
	border-top-width:2px;
	border-top-color: rgb(157,144,222);
	border-top-style:solid;

	border-right-width:2px;
	border-right-color: rgb(157,144,222);
	border-right-style:solid;
	
	border-bottom-style:none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 1;
}

div.nav_mus {
	background-color:#FFF;
	margin: 0px 25px 0px 25px;
	padding:4px;
	border-left-width:2px;
	border-left-color:rgb(157,144,222);
	border-left-style:solid;
	
	border-top-width:2px;
	border-top-color:rgb(157,144,222);
	border-top-style:solid;

	border-right-width:2px;
	border-right-color:rgb(157,144,222);
	border-right-style:solid;
	
	border-bottom-style:none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 1;
}
div.nav_ses {
	background-color:#FFF;
	margin: 0px 25px 0px 25px;
	padding:4px;
	border-left-width:2px;
	border-left-color:rgb(157,144,222);
	border-left-style:solid;
	
	border-top-width:2px;
	border-top-color:rgb(157,144,222);
	border-top-style:solid;

	border-right-width:2px;
	border-right-color:rgb(157,144,222);
	border-right-style:solid;
	
	border-bottom-style:none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 1;
}
div.nav_songs {
	/* settore di navigation */
	background-color:#FFF;
	margin: 0px 25px 0px 25px;
	padding:4px;
	border-left-width:2px;
	border-left-color:rgb(157,144,222);
	border-left-style:solid;
	
	border-top-width:2px;
	border-top-color:rgb(157,144,222);
	border-top-style:solid;

	border-right-width:2px;
	border-right-color:rgb(157,144,222);
	border-right-style:solid;
	
	border-bottom-style:none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 1;
}

div.nav_rec {
	background-color:#FFF;
	margin: 0px 25px 0px 25px;
	padding:4px;
	border-left-width:2px;
	border-left-color:rgb(157,144,222);
	border-left-style:solid;
	
	border-top-width:0px;
	border-top-color:rgb(157,144,222);
	border-top-style:solid;

	border-right-width:2px;
	border-right-color:rgb(157,144,222);
	border-right-style:solid;
	
	border-bottom-style:none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 1;
}

div.navigation {
	/* barra verticale sinistra */
	position: absolute;
	margin: 165px 0px 0px 0px;
	padding: 0px;
	width: 220px;
	height: 850px;
	z-index: 10;
}

div.nina {
	background: rgb(187, 187, 187);
	color: #333333;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 2px 0px 5px;
	border-color: D59807 white white;
	border-style: solid;
	line-height: 16px;
	list-style-image: url("graphics/redbullet1.gif");
	list-style-position: outside
}

div.records {
	background: #FFFFFF; 
    color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;

	margin: 0px 0px 0px 42px;
	padding: 0px 0px 0px 0px;
	line-height:16px;
}
div.sessione { 
	background: rgb(255, 185,159); 
	height: auto;
	color: #000; 
	display: block; 
	line-height:35px;
} 

div.session_lista {
/* da usare come titolo-separatore per la lista delle sessioni  */
	background: rgb(255, 185,159);
	color: #FFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
    padding-left: 5px;
	height: 23px;
	line-height:23px;
}

div.session_lista_special {
/* da usare come titolo-separatore per la lista delle sessioni speciali */
	background: rgb(255,117, 85);
	color: #FFF;
	font-size: 13px;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
    padding-left: 5px;
	height: 23px;
	line-height:23px;
}

div.show { 
	background: #FFFFFF; 
/*	border: #0f0 dotted 1px; 
*/	color: #000; 
	display: block; 
} 

div.song_lista {
/* da usare come titolo-separatore della lista di song  */
	background-color: rgb(88,255,180);
	color: #444;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
    padding-left: 5px;
	height: 23px;
    line-height:23px;
    border-top-width: 3px; 
	border-top-color:rgb(20, 198, 148); 
}

div.tappo1 {
	/* grafica con linea orizzontale sinistra */
	position: absolute;
	margin: 110px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
}

div.tappo2 {
	/* grafica con linea orizzontale destra */
	position: absolute;
	margin: 110px 0px 0px 780px;
	padding: 0px;
	width: 220px;
	height: 24px;
	z-index: 1;
}

div.anno_chrono {
	background-color: rgb(255,210,96);
    border-radius: 15px 0px 0px 0px;
	color: black;
    font-size: 14px;
    line-height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin: 25px 0px 0px 0px;
}

div.testo_chrono {
	background-color: rgb(187, 187, 187);
	color: black;
    font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px;
    margin-top: 1px;
}

div.titolo_chrono {
	background-color: rgb(187, 187, 187);
	color: black;
    font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    margin-top: 1px;
}

div.contenitore_chrono {
	background-color: gray;
	padding: 5px 5px 5px 5px;
}

div.ticker {
    overflow:hidden; 
	position:absolute;
    margin: 80px 0px 0px 220px;
    border-top:1px solid #CCCCCC; 
    border-bottom:1px solid #CCCCCC;
    background-color:'rgb(254, 255, 205)';
}

div.titolo {
/*	color: #934c00; */
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 70px;
	line-height:60px;
}

div.titolo_session {
	color: rgb(255, 185,159);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0px;
    height: 70px;
	line-height: 60px;
}

div.titolo_song {
	color: rgb(20, 198, 148);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 70px;
	line-height:60px;
}

div.track_in_album {
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0;
	line-height:30px;
}

img.normal {
	border: 3px solid white;
}

img.margin4 { 
    margin: 3px 4px 0px -3px; 
}

img.margin10 { 
    margin: 3px 10px 5px 0px; 
}

img.centro {
	vertical-align:middle;
}

input.go {
    margin-bottom: -5px; 
}

input.hint {
 color:grey;
}

input.field {
	font-size:11px;
	width:130px;
    height:12px;
}

td.author {
	background-color: rgb(120,223,225);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 30px;
}

td.lista {
	color: black;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin-left: 30px;
}

td.musician {
	background-color: rgb(245,118, 255);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 30px;
}

td.titolo_author {
	color: rgb(40, 153, 160);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 70px;
	line-height:60px;
}

td.titolo_musician {
	color: rgb(181, 50, 254);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 70px;
	line-height:60px;
}

td.titolo_musician_chiaro {
	color: rgb(245,118, 255);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 70px;
	line-height:60px;
}

td.titolo_session {
	color: rgb(255,117, 85);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 70px;
	line-height:60px;
}
td.titolo_song {
	color: rgb(20, 198, 148);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	height: 70px;
	line-height:60px;
}

.album {
	color: rgb(164, 118, 2);
    font-size: 13px;
}

.album_in_brano {
	/* track nella lista dell'album */
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	vertical-align: top;
}

.album_in_records {
	/* album nella lista dei records */
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px
}




.author {
	color: rgb(40, 153, 160);
    font-size: 13px;
}

.barra {
	color: white;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	text-transform: none
}
.cm {
	/* corpo minore */
	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px
}
.cm_r {
	color: #333;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px
}
.codice {
	color: #060;
	font-size: 10px;
	font-family: Monaco, "Courier New", Courier
}

.commento_branoalbum {
	/* commento della track nella lista dell'album */
	color: rgb(0,0,0);
	font-size: 10px;
    font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 3px;
    background-color: rgb(0,255,0);
}

.commento_editedtrack {
	/* commento della track nella lista dell'album */
	color: rgb(0,0,0);
	font-size: 10px;
    font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left:30px;
    padding: 3px;
    background-color: rgb(255,255,100);
}
.commento_track {
	/* commento della track nella lista dell'album */
	color: rgb(0,0,0);
	font-size: 10px;
    font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
    padding: 3px;
    background-color: rgb(255,150,150);
}

.footer {
	font-size: 10px;
	line-height: 11px
}

.iniziale {
	color: black;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent
}

.musician {
	color: rgb(181, 50, 254);
    font-size: 13px;
}

.nota {
	color: red;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top
}

.session {
	color: rgb(255,117, 85);
    font-size: 13px;
}

.song {
	color: rgb(20, 198, 148);
    font-size: 13px;
}

.tab {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
.testo {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px
}
.testo_bold {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px
}
.track_in_session {
	/* track nella lista delle sessioni */
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px
}

.tastiera {
	/* lettere dell'alfabeto */
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.track_in_album {
	/* track nella lista dell'album */
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	vertical-align: top;
}

.testo_ev_blu {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: aqua;
	text-align: left
}
.testo_ev_giallo {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: yellow;
	text-align: left
}
.testo_ev_verde {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	background-color: lime;
	text-align: left
}
.testo_puntorosso {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	list-style-image: url("graphics/redbullet1.gif");
	list-style-position: outside
}
.testo_puntoblu {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	list-style-image: url("graphics/square_bullet.gif");
	list-style-position: outside
}
.testo_r {
	color: black;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-indent: 30px;
	margin-left: 30px
}

.titoletto {
	color: #934c00;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px
}
.titoletto_album {
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgb(230, 211,88);
	padding-left: 6px
}

.titoletto_periodo {
	color: #934c00;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
	background-color: #cccccc;
}

.titoletto_sessioni {
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgb(255, 185,159);
	padding-left: 6px;
	line-height: 22px;
    height:30px;
}

.titoletto_songs {
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgb(88,255,180);
	padding-left: 6px
}

.titoloa {
	color: #030;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.titolob {
	color: white;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px
}

.titoloc {
	color: #060;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}



.titolo {
	/* in scuro, non attivo come link, pagina attuale */
	color: rgb(147, 76, 0);
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0
}
.titolo_album {
	color: rgb(164, 118, 2);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0
}
.titolo_album_chiaro {
	color: rgb(230, 211,88);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0
}
.titolo_author {
	color: rgb(40, 153, 160);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0
}
.titolo_author_chiaro {
	color: rgb(120,223,225);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0
}

.titolo_chiaro {
	/* in chiaro, attivo come link */
	color: rgb(214,143,64);
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
}
.titolo_grigio_chiaro {
	/* in chiaro, attivo come link */
	color: rgb(187, 187, 187);
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
}
.titolo_musician {
	color: rgb(181, 50, 254);
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
}
.titolo_musician_chiaro {
	color: rgb(245,118, 255);
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
}
.titolo_session {
	color: rgb(255,117, 85);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
    height: 30px;
}
.titolo_session_chiaro {
	color: rgb(255, 185,159);
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0
}
.titolo_song {
	color: rgb(20, 198, 148);
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
}
.titolo_song_chiaro {
	color: rgb(88,255,180);
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 0;
}

.toggle {
	cursor: pointer;
}

.campo {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

form.admin {
	padding: 20px 20px 20px 20px;
	background-color: #CCCC99;
}

#Upload {
	width: 30em;
	margin: 1em auto;
	padding:0 2em 2em 2em ;
	border:1px solid #bbb;
	color: #333;
	background:#ffd;
	font: 0.9em verdana, sans-serif;
}
			
#Upload h1{
	font: 1.4em bold verdana, sans-serif;
	margin: 0;
	padding:1em 0;
	text-align:center;
}
#Upload label{
	float: left;
	width: 10em;
}
		
#Upload p {
	 clear: both;
}		

.red{
	color:red;
}

.label{
	float: left;
	width: 10em;
}

.inputHintOverlay { 
	color: #CCC; 
    font-size: 11px; 
    font-family: Lucida Grande;
}

#jquery-live-search {
	background: #fff;

	padding: 5px 10px;
	max-height: 400px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
