/* login.css */
#facebook-login {
	background: -webkit-gradient(linear,center top,center bottom,from(white),to(#F3F3F3));
background: -moz-linear-gradient(top,white,#F3F3F3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorst);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width:325px;
	height:150px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	border-left: 1px solid rgb(151,151,151);
	border-right: 1px solid rgb(151,151,151);
	border-top: 1px solid rgb(151,151,151);
	padding:0px;

}
h1 {
font-size: 20px;
margin-top:20px;
}

h3 {
	margin:0px;
	font-family: SignPainterMedium, sans-serif;
	font-size: 18px;
font-style: normal;
color: #959595;
background: url(icons/or-bubble-sep.png) center 60% no-repeat;
background-size: 100%;
background-position: left bottom;
line-height: 1.3em;
}
#container {
	position:fixed;
width:402px;
height:auto;
left:50%;
top:50%;
margin-left:-201px;
margin-top:-185px;
}

input {
	 height:39px;
	 width:75%;
	 border-radius:4px;
	 border:none;
	 border:1px solid;
	 border-color:rgb(177,179,182);
	 padding-left:14px;
	 font-size:15px;
	 box-shadow: inset 0px 0px 3px 0px #999;
}
button {
	background:transarent;
	border:none;
	border-radius:5px;
	min-width: 5em;
min-height: 2em;
-o-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 .2em rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.3);
	background: -webkit-gradient(linear,center top,center bottom,from(white),to(#FBFBFB));
background: -moz-linear-gradient(top,white,#FBFBFB);
box-shadow: rgba(255, 255, 255, 0.296875) 0px 0px 3px 0px inset, rgba(0, 0, 0, 0.296875) 0p;
margin-bottom:10px;
margin-top:25px;
font-weight: 700;
font-size:115%;
cursor:pointer;
text-shadow: white 0px 1px 1px;
}
button:hover {
box-shadow:inset 0 0 .2em rgba(255,255,255,0.3),0 1px 5px rgba(0,0,0,0.6)	
}
button:active {
box-shadow:inset .05em .15em .4em rgba(0,0,0,0.4),inset 0 0 .2em rgba(255,255,255,0.3),inset 0 1px 2px rgba(0,0,0,0.9);	
}
#log-in
{
	background-color: #DFDFDF;
	width:325px;
	height:200px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#container_login
{

	width:325px;
	border:1px solid #979797;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
	padding:0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}