﻿  .maintitle {
font-weight: bold;
font-family:Arial;
font-size:64px;
font-style:normal;
font-weight:lighter;
text-align:center;
margin-top:30px;

}

.loginfacebook
{
background-color:#3B5998;
color:White;
font-weight: bold;
font-family:Arial;
font-size:26px;
font-style:normal;
font-weight:lighter;
width:100%;
height:120px;
cursor:pointer;
    }
    
    .oneliner
    {
font-weight: bold;
font-family:Arial;
font-size:54px;
font-style:italic;
font-weight:lighter;
text-align:center;     
        
        }


.nameinfo
{
text-align:right;    
font-family:Arial;
font-size:18px;
font-style:italic;  
margin-top:30px;
    }



.file-upload {
	overflow: hidden;
	display: inline-block;
	position: relative;	
	vertical-align: middle;
	text-align: center;
    /* Cosmetics */
	border: 1px solid #339933;
	background: #339933;
    /* Nice if your browser can do it */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	}
	
    .file-upload:hover { 
	    background: #339933; 
	}

    .file-upload.focus { 
	outline:1px solid yellow;
	}

    .file-upload input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 10pt;

	/* Loses tab index in webkit if width is set to 0 */
	opacity: 0;
	filter: alpha(opacity=0);
	}

    .file-upload strong { 
	padding-top: 5px;
	font-size:12pt;
	font-weight:normal;
	font-family:Arial;
	color: #fff;
	}	
	
    .file-upload span {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	display: inline-block;
    /* Adjust button text vertical alignment */
	padding-top:5px;
	}

    /* Adjust the button size */	
    .file-upload {height:33px; }
    .file-upload,
    .file-upload span {	width:280px; }	
    
    a.dellink {
	color: #e60000;
	font-weight: bold;
	text-decoration: none;
}
a.dellink:hover {
	color: #ff8040;
	font-weight: bold;
	text-decoration: none;
}