@font-face {
	font-family: 'gothammedium';
	src: url('http://monocidar.s3.amazonaws.com/gothammedium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	line-height: 20px;
	font-family: 'gothammedium';
	color: #a45c23;
	font-size: 11px;
	background: #000 url(http://monocidar.s3.amazonaws.com/bgsolaris.jpg) center center fixed ;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

input {
	font-family: 'gothammedium';
	color: #a45c23;
	background-color: #f9ddc4;
	border: 1px solid #f9ddc4;
	width: 125px;
}

#holder {
margin: 0 auto;
width: 1000px;
height: 1000px;
background-repeat: no-repeat;
background-image: url(http://monocidar.s3.amazonaws.com/bgsolarismain.png);
background-position: top;
overflow: hidden;
}

#login {
margin: 0 auto;
width: 154px;
padding-top: 350px;
overflow: hidden;
}

#logo {
width: 150px;
height: 108px;
background-image: url(http://monocidar.s3.amazonaws.com/logobulut.png);
background-repeat: no-repeat;
background-position: top;
margin-bottom: -10px;
}

#logo2 {
width: 30px;
height: 30px;
margin: 10px;
float: right;
}

p {padding:3px 3px 2px 3px;}

.shadow_box {
	-moz-box-shadow:0px 10px 5px #c9704d;
	-webkit-box-shadow:0px 10px 5px #c9704d;
	box-shadow:0px 10px 5px #c9704d;
	float:left;
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-left: 4px;
	margin:5px;
	margin-bottom: 11px;
	border-top:solid 1px #fff4ea;
	background:#f9ddc4;
}

.shadow_box span {
	width:100%;
	height:15px;
	position:absolute;
	bottom:-30px; /* ~equal to the height + shadow y offset + shadow blur radius */
	right:0px;
	box-shadow:0px -10px 5px #e9a481;
	-moz-box-shadow:0px -10px 5px #e9a481;
	-webkit-box-shadow:0px -10px 5px #e9a481;
	border-radius: 50% / 7px;
	-moz-border-radius:50% / 7px;
	-webkit-border-radius: 400px 20px; /* webkit browsers apparently can't use a % for ellipse border radius */
}

.fixed {width:130px;}

.button {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	margin: 14px 0px 0px 33px;
	text-align: center;
	text-decoration: none;
	padding: 3px 17px 3px 17px;
	text-shadow: 0 2px 2px #7b1d40;
	color: #f9ddc4;
	border: solid 1px #b56867;
	background: #7b1d40;
	background: -webkit-gradient(linear, left top, left bottom, from(#f69caf), to(#7b1d40));
	background: -moz-linear-gradient(top,  #f69caf,  #7b1d40);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f69caf', endColorstr='#7b1d40');
	border-top: solid 1px #f9ddc4;
}
.button:hover {
cursor: pointer;
padding: 3px 17px 3px 17px;
text-shadow: 0 2px 2px #7b1d40;
color: #f9ddc4;
border: solid 1px #b56867;
background: #7b1d40;
}
.button:active {
top: 1px;
cursor: pointer;
padding: 3px 17px 3px 17px;
text-shadow: 0 2px 2px #7b1d40;
color: #f9ddc4;
border: solid 1px #b56867;
background: #7b1d40;
}
