body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}
body {
	background-color: #000;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

img{
border:0;
}

html, body, #wrap {margin:0;padding:0;height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 127px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -127px; /* negative value of footer height */
	height: 127px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#pagetitle h1{
		color:#d31a5d;;
		line-height:50px;
		font-size:24px;
		text-shadow: 0 2px 0 #f3f3f3;
		letter-spacing:0;
		margin: 0px 0 0 10px;
		}
		
		h4{
		color:#000;;
		line-height:30px;
		font-size:20px;
		text-shadow: 0 2px 0 #f3f3f3;
		letter-spacing:0;
		margin: 0px 0 0 0px;
		}
		
.content {
		color:#333;;
		line-height:20px;
		font-size:16px;
		padding: 0px 10px 0 10px;
		}
		form{
		padding:0 0 0 0;
		}
			form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{width:500px;margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;margin:.25em 2em;}
	fieldset{
		border:0px solid #ccc;
		padding:0em;
		margin:0 0 0 0;
		width: 600px;
		}
	legend{padding:2px 5px;}	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:110%;
		}
	select{width:125px;}
	textarea, .area{overflow:auto; height:150px; width:500px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{margin-top:1em;}
	button{
		border:none;
		background:#f3f3f3;
		color:#666;
		width:154px;
		height:42px;
		line-height:42px;
		cursor:pointer;
		text-align:center;
		font-size:15px;
		}
		
		.borderstyle
		{border:5px solid #eeefef;"}
		
		
