* { 
    margin: 0; 
    padding: 0; 
    border: none; 
    outline: none; 
    list-style:none; 
    text-decoration:none;
	}

body{
	background:#000 url(../img/MOCK--good-look-back.jpg) center top no-repeat;
	font-family: "calibri", "arial", "verdana", sans-serif;
	font-size:80%;
	line-height:140%;
	font-weight:bold;
	letter-spacing:.0125em;
	word-spacing:.2em;
	color:#fff;
	}
	

/*-----------------------------------------------------------------------------
	primary containers
------------------------------------------------------------------------------*/

#wrap{
	width:700px;
	margin:100px auto 0 auto;
	display:block;
	}
#container{
	width:550px;
	float:right;
	display:block;
	}
#content{
	width:48.5%;
	float:left;
	padding:0 8px 0  0;
	border-right:1px dotted #00456A;
	}
#sidebar{
	width:48.5%;
	float:right;
	}

#footer{
	clear:both;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
	.text_right{
		text-align:right;
		}
	#pro_web p img{
		border:10px solid #fff;
		}
/*-----------------------------------------------------------------------------
	markup
------------------------------------------------------------------------------*/		
h1 a{
	background: url(/assets/img/logo.png) no-repeat;
	display:block;
	width:400px;
	height:100px; 
	text-indent:-9000px;
	margin:0 0 50px 0;
	}
	
h2{
	color:#00aad1;
	font-size:1.2em;
	}
	h2 span{
		color:#454545;
		}

h3{
	color:#00456A; 
	}
p{
	margin:  0 0 20px 0;
	}
	.justify{
		text-align:justify;
		}
	
a{
	color:#fff;
	}

hr {
    clear:both;
    visibility:hidden;
    height:-10px
}

dt{
	margin:10px 0 5px 0;
	font-weight:bold;
	}
	dd{
		margin:0 10px;
		}	
em{
	color:#CC0000;
	}

/*-----------------------------------------------------------------------------
	forms
------------------------------------------------------------------------------*/
	
#login{
	background:#E6EFEF;
	padding:10px;
	margin:0 0 10px 0;
	}
	#register{
		background:#E6EFEF;
		padding:10px;
		margin:0 0 10px 0;
	}
fieldset{
	display:block;
	}	
	
label{
	display:block;
	padding:2px 0;
	}	
	input{
		width:150px;
		padding:2px;
		font-family: "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
		border:1px solid #ccc;
		}
		 textarea{
			width:550px;
			padding:6px;
			font-family: "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
			border-bottom:1px solid #ccc;
			}
			select{
				width:102px;
				}
			.provider{
				width:155px;
				margin:0 0 2px 0;
				padding:1px;
				}
#legend{
	color:#fff;
	font-weight:bold;
	font-size:1em;
	background: #1B99BE;
	padding:2px 10px;
	display:block;
	width:306px;
	margin:0 0 5px -10px;
	}
	.left_form{
		float:left;
		width:155px;
		}
	.right_form{
		float:right;
		width:155px;
		}
		.form_btn{
			clear:both;
			margin:10px 0;
			width:100px;
			}
		#ad_html{
			height:300px;
			}	
			.alignl{
				float:left;
				}
			.submit{
				width:84px;
				padding:2px;
				clear:both;
				display:block;
				margin:5px 0 0 0 ;
				float:right;
				}
			.checkbox_label{
				float:right;
				line-height:15px;
				text-align:left;
				width:85%;
				}
			.checkbox_label_reg{
				float:right;
				line-height:15px;
				text-align:left;
				width:93%;
				clear:both;

				}
				.checkbox{
					width:20px;
					height:20px;
					float:left;
					vertical-align: middle;
					}
					#add_user{
						}

/*-----------------------------------------------------------------
			messages
-----------------------------------------------------------------*/	
	
#Message {
	font-family: Tahoma;
	font-size: 1.1em;
	color: #444;
	padding: 5px 5px 5px 30px;
	display:block;
	text-align: left;
	margin:0 0 10px 0;
	border-top:1px solid;
	border-bottom:1px solid;
	}
	#Message a{
		text-decoration: underline;
		color: #444;
		}
	#Message a:hover {
		text-decoration: none;
		color: #FFF;
		background-color: #444;
		}
	#Message.success {
		background:  #EAFFEB url(http://logopond.com/img/flag_green.gif) 6px no-repeat;
		border-color: #00CC00;
		}
	#Message.alert {
		background: #ffe8e5 url(http://logopond.com/img/exclamation.png) 6px no-repeat;
		border-color: #f7aea5;
		}
	#Message.download {
		background: #e3fce3 url(http://logopond.com/img/package_go.png) 6px  no-repeat;
		border-color:#9fe8b8;
		}
	#Message.info {
		background: #eff7ff url(http://logopond.com/img/information.png) 6px  no-repeat;
		border-color: #bfdaff;
		}
	#Message.podcast {
		background: #f1f4fa url(http://logopond.com/img/ipod_cast.png) 6px center no-repeat;
		border-color: #d7ddfb;
		}
	#Message.rssfeed {
		background: #ffe6c6 url(http://logopond.com/img/feed.png) 6px center no-repeat;
		border-color:#ffcfa2;
		}
	#Message.warning {
		background: #fff6bf url(http://logopond.com/img/error.png) 6px center no-repeat;
		border-color: #f8dd70;
		}	