p,h1,h2,h3,h4,h5,h6
{
	margin:0px;
	padding:0px;
}
h5
{
	color:#FFF;
}
h4.topbar
{
	color:#FFF;	
}
body
{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

#main
{
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	height:300px;
	margin:auto;
	
}
#header
{
	position:fixed;
	z-index:99;
	width:100%;
	margin-bottom:30px;	
	background-color: red;
	width: 100%;
	height: 27px;
	border: 0px none red;
	padding:0px;
	padding-top:2px;
	color:#ffffff;

}
#flags
{
	width:20%;
	position:relative;
	color:#FFF;
	float:left;
	text-align:right;
	padding-top:2px;
}
#form
{
	position:relative;
	width:50%;
	float:left;
	text-align:right;
}
#user
{
	position:relative;
	width:30%;
	float:left;
	text-align:right;
}

input[type="text"]
{
	font-weight:bold;
	color:#000000;
}
input[type="button"]
{
	color:#000000;
	border-radius:4px;
	background-color: #db0000;
	border: 1px solid #fff;
	border-radius:4px;	
}
input[type="button"]:hover
{
	background-color: #818181;
}
.loginfields
{	
	background-color:#3c3c3c;
	border-radius:5px;
}
#login
{
	background-color:#db0000;
	border:1px solid #fff;
	border-radius:4px;
	color:#fff;

}
#login:hover
{
	background-color: #818181;

}
#connect
{
	width:7%;
	position:relative;
	color:#FFF;
	float:left;
	padding-top:3px;
	padding-left:1px;
}
#password
{
	width:22%;
	position:relative;
	color:#FFF;
	float:left;
	padding-top:4px;
}
#icons
{
	width:30%;
	position:relative;
	float:left;
	text-align:right;
	color:#FFFFFF;
}
#logout
{
	width:20%;
	position:relative;
	float:left;	

}
#content
{
	width:100%;
	position:relative;
	margin:auto;
	padding-top:40px;
}
#mycontent
{
	clear:both;
}
#left
{
	width:35%;
	position:relative;
	height:230px;
	float:left;
	
}
#right
{
	width:65%;
	position:relative;
	height:230px;
	float:left;
}
#box
{
	width:267px;
	height:197px;
	position:relative;
	background-color:#dedede;
	margin-left:11px;
	border-radius:10px;	
	
}
#button
{
	background-color:#D50101;
	width:100%;
	position:relative;
	text-align:center;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
#userslist
{
	position:relative;
	width:267px;	
}

#uploadfile
{
	width:60%;
	position:relative;
	margin-left:310px;
}
#paragraphs
{
	position:relative;margin-top:50px
}
#footer
{
	position:fixed;
	color:#FFFFFF;
	text-align:center;	
	background-color: black;
	width: 100%;
	height: 20px;
	border: 0px none red;
	padding: 3px;
	bottom:0px;
}
#socialicons
{
	margin-right:10px;
	text-align:right;
}

