
body {
	margin: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

a:link, a:visited { color: #cccccc; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #ffffff; text-decoration: underline}


#top-bar{
position:fixed;
top:0px;
width:100%;
height:45px;
background-color:#000000;
background-image:url(images/gradiant.jpg);
background-repeat:repeat;
}

img {
	border: 0;
}

#spacer{
	padding-top: 45px;
	width:100%;
	height:3px;
	background-color:#FFFFFF;
}

.bar-content{
	margin-left:8px;
	color:#666666;
	margin-top:0px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#bot-bar {
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
		/*background-image:url(images/gradiant2.jpg);*/
		background-color: transparent;
}
.logo{
	float: left;
}

.xCenter{
	color: #999999;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}



.deleteform{
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}


.bottomBox {
	width: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
	background: #111111;
	/*border-top: 1px solid #5d5d5e;*/
}

.share-icons {

	text-align: right;
	float: right;
} 

.the_img{
	margin-left: auto;
    margin-right: auto;
}

.codeBox {
    border: 1px solid #6297BC;
	text-align: center;
}

.codeBoxText{
	color: #999999;
}

.delcodeBox {
    background-image: url(images/icon_cross.png);
    background-repeat:no-repeat;
    background-position:left;
    border: 1px solid #6297BC;
    padding-left:16px;

	text-align: center;
}
.delcodeButton{
    border: 1px solid #bfa277;
}
.emailButton{
    border: 1px solid #bfa277;
}

.emailBox {
    border: 1px solid #6297BC;
	text-align: center;
}

.copyright{
	color: #333333;
	margin: 30px auto;
	margin-bottom: 0;
	border-top: 1px solid #333;
	padding: 30px;
	text-align: center;
	font-size: 10px;
	width: 800px;
	line-height: 1.4em;
}

#bot-left {
 position:absolute;
 margin: 0 0 0 50px;
 width:200px;
}
#bot-right {
 position:absolute;
 margin: 0 0 0 250px;
 width:200px;
}


#bot_lbox {
	position: absolute;
	left: 0px;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	background: #111111;
	border: 1px solid #FFFFFF;
	width: 46%;
	height: 600px;
	}
html>body #bot_lbox {
	width: 46%;
	}



#bot_rbox {
	position: absolute;
	right: 0px;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	background: #111111;
	border: 1px solid #FFFFFF;
	width: 46%;
	height: 600px;
	}
html>body #bot_rbox {
	width: 46%;
	}

.emailForm {
	text-align: center;
}
</style>