body {
	background-image:url('css/light-tile.gif');
	font-family:gotham;
}
table {
margin:auto;
height:600px;
}
.table2 {
margin:auto;
height:500px;
width:1024px;
}
#container{
	margin:auto;
	color:#3B5998;  
	text-shadow: 0px 1px 0px #e5e5ee;
	font-size:40px;
	font-family:gotham;
	margin-left:50px;
}
.hpdiv {
	background-image:url('css/bgdiv.png');
	width:620px;
	height:auto;
	margin-left:40px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	padding:20px;
}
img {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px;
}
h2 {
	color:#3B5998;
	font-family:gotham;
}
h3 {
	width:600px;
	color:#3B5998;  
	text-shadow: 0px 1px 0px #e5e5ee;
	font-size:40px;
	margin-left:40px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:transformers;
}
a {
	text-decoration:none;
	color:black;
	font-family:gotham;
}
p{
	font-size:15px;
	color:#3B5998;
	font-family:gotham;
	font-weight:100;

}
input { 
	width:200px;
	height:25px;
	font-family:gotham;
	border: 0px solid #006; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	background-color:#E8E8E8;
	font-size:16px;
	
}
textarea {
	font-family:calibri,verdana;
	border: 0px solid #006; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	background-color:#E8E8E8;
	font-size:16px;
}
.right {
	text-align:center;
	margin-top:60px;
}

.tdright {
	width:300px;
	background-image:url('wheel-bg.png');
	background-repeat:no-repeat;
	valign:top; 
}
.footer {
margin:auto;
width:1024;
}
@font-face {
    font-family: "gotham";
    src: url("http://www.jantavopsita.ro/kimberle.ttf") format("opentype");
}
.galerie {
	width:550px;
	height:400px;
	margin-left:40px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.none {
height:auto;
}
.button {
cursor:pointer;
color:red;
}





#message {
	font-family:calibri,verdana;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:bold;
    font-size:100%;
    color:white;
    padding:10px 0px 10px 0px;
    background-color:#8E1609;
	height:20px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

#message span {
    text-align: center;
    width: 95%;
    float:left;
}

.close-notify {
    white-space: nowrap;
    float:right;
    margin-right:10px;
    color:#fff;
    text-decoration:none;
    border:2px #fff solid;
    padding-left:3px;
    padding-right:3px
}

.close-notify a {
    color: #fff;
}

