    h1 span {
    display: none;
    }

    h2 {
    font-size: 20px;
    font-weight: normal;
    }


    pre {
    color: #666666;
    font-family: monospace;
    font-size: 12px;
    }


    #wrapper {
    width: 500px;
    margin: 0 auto;
    }

    #content {
    padding: 0 0 0 20px;
    }

    .clr {
    clear: both;
    }

    /* SWFUpload CSS */

    #filesDisplay {
		padding: 10px;
		margin-top: 20px;
		background: #f9f9f9;
		border: 1px solid #f3f3f3;
		display: none;
		text-align:center;
    }

    #SWFUpload {

    }

    #mmUploadFileListing {
    margin: 0;
    padding: 0;
    }

    #mmUploadFileListing li {
    margin: 0 0 10px 0;
    display: block;
    float: left;
    width: 150px;
    list-style-type: none;
    font-size: 11px;
    }

    .uploading { color: #CCC; }
    .uploadDone { color: #000; }

    span.progressBar {
		width: 100px;
		display: block;
		font-size: 10px;
		height: 4px;
		margin-top: 4px;
    }
	
	span.progressBytes {
		width: 100px;
		display: block;
		font-size: 10px;
		height: 4px;
		margin-top: 4px;
    }

    a.SWFUploadLink {
      width: 300px;
      height: 100px;
      background: url(../design/css/upload/images/custom_button.png) no-repeat;
      display: block;
    }
    
    a.SWFUploadLink:hover {
      background: url(../design/css/upload/images/custom_button_over.png) no-repeat;
    }
.error1 {
	font-weight: bold;
	color: #993300;
	text-align: center;
}
