	body {
	background:#121212 url(../images/albuns/bg-albuns.gif) repeat;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
		margin:0;
		padding:0;
	}
	
	.corpo {
		width:960px;
		position:relative;
		margin:0 auto;
		overflow:hidden;
		}

	.topo {
	background:#110f11;
	border-bottom:solid 2px #212121;
		width: 100%;
		padding:10px 0;
	}
	
	.titulo {
		font-size:32px;
		color:#fff;
		position:relative;
		width:960px;
		margin:0 auto;
		}
	
	#flashcontent {
		width: 760px;
		height: 700px;
		position:relative;
		float:left;
	}
	
	.creditos {
		position:relative;
		float:left;
		width:200px;
	background:#121212 url(../images/albuns/bg-albuns.gif) repeat;
		padding-top:20px;
		color:#ccc;
		font-size:9px;
		}
		
	.creditos strong {
	color:#d22;
	}
	
	#envie {
		
		}
		
	.amigo {color:#fff;
		position:relative;
		float:left;
		width:200px;
	}
	.enviarGaleria a {top:10px; position:relative; font-size:18px; color:#ccc; text-decoration:none;}
	
	
/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	position:relative;
	background:#333;
	margin-bottom:10px;
	width:150px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:solid 1px #aaccee;
	font-weight:bold;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label, label {
	width:98%;
	cursor:pointer;
}
fieldset p input, fieldset p textarea {
	width:98%;
}
fieldset p textarea {
	height:300px;
}

fieldset p select {
	width:30%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset p input {
	width:60%;
}
fieldset input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

input[type=text] {
	background:#444;
	color:#CCC;
	}

input[type=text], textarea, select, fieldset  {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #333;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
}

/*Botões
----------------------------------------------- */


a.button, button {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display: inline-block;
	float: left;
	margin:0 0.583em 0.667em 0;
	padding:5px 10px 5px 7px;   /* Links */
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	background-color:#f5f5f5;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}
button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
	padding:4px 10px 4px 7px;   /* Firefox */
	line-height:17px;           /* Safari */
}

*:first-child+html .container button[type] {
	padding:4px 10px 3px 7px;   /* IE7 */
}

button img, a.button img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
	float:none;
}

/* Standard Buttons */
button:hover, a.button:hover{
	background-color:#EBEBEB;
	border:1px solid #ccc;
	color:#222;
}
a.button:active, button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

		

