body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS;
	
	background-repeat: repeat;
}

p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #fff;
    color: #8CBBC8;
}

@font-face {
	font-family: icons;
	src: url('icons.ttf');
}

#login-form {
	background-image: url("/images/formimages/bg.png");
	border-bottom: 3px solid #FFFFFF;

	-webkit-box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	display: block;
	height: 210px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;

	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

#login_toggle {
	display: none;
}

#login_toggle:checked + #login-form {
	top: -210px;
}

#toggle {
	background-image: url("/images/formimages/bg.png");
	border: 3px solid #FFFFFF;
	float: right;
	padding: 5px 50px;
	position: relative;
	right: 80px;
	top: 210px;
	color: #fff;
	border-top: 0px;
	text-shadow: 0 0 1px #000000;
	
	border-radius: 0 0 4px 4px;

	-webkit-box-shadow: 1px 4px 4px #000000;
	-moz-box-shadow: 1px 4px 4px #000000;
	box-shadow: 1px 4px 4px #000000;
	cursor: pointer;
}

#loginForm, #registerForm {
	right: 10%;
	top: 8%;
	
	
}

#input {
	position: relative;
	margin: 0 0 15px;
}

.formol .input:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

.formol .input + span {
	color: #FFFFFF;
	font-family: icons;
	font-size: 32px;
	position: absolute;
	top: 6px;
	z-index: -1;

	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	left: 0;
}

.formol .input:focus + span {
	left: -32px;
	z-index:1;
}

-----------------------------------
.select {
	border:#cdcdcd solid 1px; 
	width:240px;"
	
}



#loginForm .input, #registerForm .input {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #FFFFFF;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
	color: #9D9E9E;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 25px;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: 188px;
	display: block;
	z-index: 1;

	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#loginForm .input:hover, #registerForm .input:hover {
	background: none repeat scroll 0 0 #DFE9EC;
	color: #414848;
}

.formol .submit {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	background: none repeat scroll 0 0 #3D9DB3;
	border: 1px solid #1C6C7A;

	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 5px 0px 35px 90px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	width: 99%;
}

.formol .submit:active,.submit:focus {
	background: none repeat scroll 0 0 #28899A;
	border: 1px solid #0C4C57;

	-webkit-box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	position: relative;
	top: 1px;
}





.formol .left {
	color: #323544;
	float: left;
	width: 300px;
	height:410px;
	margin:15px;
	padding:15px 0px 0px 14px;
	
	
}
.formol .leftTit {
	color: #323544;
	font-size:15px;
	float: left;
	width: 260px;
	font-size:17px;
	margin:15px;
	padding:15px 0px 0px 14px;

	border-bottom:#226D7A solid 1px;
	

}


.formol .center {
	float: left;
	margin: 15px 35px 10px;
}

.formol .right {
	float: left;
	margin:15px;
	padding:15px 70px 0px 14px;
	
}


.formol .grey a {
    color: #fff;
    text-shadow: 0 0 0 #fff;
	-moz-transition:all .6s ease;
}

.formol .left:hover{
	text-shadow: 0 0 0 #fff;
}

.formol .left:hover .grey a{
	text-shadow: 0 0 1px #000000;
}

label span{
	font-family: icons;		
}


-----------------------
 #panel { 
	width: 560px; 
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	border: 1px solid #e7e7e7; 
	background: #fff; 
	height: 200px; 
	display: none; 
	padding:10px; 
	margin:1px 0; } 
.slide { 
	margin: 0; 
	padding: 0; 
	border-top: solid 4px #422410; 
	background: url(images/btn-slide.gif) no-repeat center top; } 

.watch-share-button{ 
	margin-right:2px; 
	margin-bottom:7px } 
	
.watch-actions-share-input{ 
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	border: 1px solid #e7e7e7; 
	margin-left:5px; 
	padding:4px; 
	width:400px; } 


.watch-actions-share-options{ 
	margin:10px 0; } 
	
.btn-slide{ 
padding:0px 4px 6px 0px; 
margin: 20px 0 -20px 0; } 

.rsociales ul { 
	list-style:none; } 
	
.rsociales a { 
	float:left; 
	background:#f9f9f9; 
	color:#444; 
	border: 1px solid #e7e7e7; 
	padding: 4px 6px 4px 6px; 
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	margin: 10px 2px 0px 0; } 

.rsociales a:hover { 
	background:#f3f3f3; 
	color:#000; } 
	
	
.rsociales li a { 
	color:#000; } 
	
.rsociales img { 
	border:0pt none; 
	float:none; } .rsociales-sobre { color:#000; margin: 0px 0px -2px; padding-right:2px; } .rsociales-sobre:hover { } form#shorturl { margin:2px 2px 5px; color:#666; font-size:12px } #shorturl input { color:#ccc; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:2px 2px 5px; border: 1px solid #e7e7e7; padding:4px 5px; }