#main {
width:960px;
margin:50px auto;
font-family:raleway
}
span {
color:red
}
h2 {
background-color:#FEFFED;
text-align:center;
border-radius:10px 10px 0 0;
margin:-10px -40px;
padding:15px
}
hr {
border:0;
border-bottom:1px solid #ccc;
margin:10px -40px;
margin-bottom:30px
}
#login {
width:300px;
margin: auto;
border-radius:10px;
font-family:raleway;
border:2px solid #ccc;
padding:10px 40px 25px;
margin-top:70px
}
input[type=text],input[type=password] {
width:99.5%;
padding:10px;
margin-top:8px;
border:1px solid #ccc;
padding-left:5px;
font-size:16px;
font-family:raleway
}
input[type=submit] {
width:100%;
background-color:#FFBC00;
color:#fff;
border:2px solid #FFCB00;
padding:10px;
font-size:20px;
cursor:pointer;
border-radius:5px;
margin-bottom:15px;
margin-left: 8px;
margin-top: 5px;
}
#profile {
padding:7px;
border:1px dashed #ccc;
font-size:15px;
background-color:#e6e7e8;
float: right;
margin: 15px;
margin-right: 20px;
}
#logout {
float:right;
padding:5px;
border:dashed 1px #ccc;
}
#logout:hover {
	background-color: #a9adb1;
}
a {
text-decoration:none;
color:#484b4f;
}
i {
color:#484b4f;
}
#welcome {
	position: relative;
	top: 7px;
	padding: 5px;
	color:#1c4e7b;
}
.cont_foto {
	padding: 0px;
	margin-top:30px; 
	height: inherit;
	width: 970px;
	padding-left: 30px;
}
form {
	margin: 20px;
}
#file_upload-button span {
	color: white !important;
}
#file_upload-button {
	border-radius: 4px !important;
}
.foto_small {
	display: inline-block;
	padding: 5px;
	width: 158px;
	overflow: hidden;
	margin: 10px;
}
.descript_foto {
	font-family: Arial;
	font-size: 8px;
	color: #333135;
	width: 155px;
	word-wrap: break-word;
}
.all_cont {
	width: 1015px;
	height: auto;
	position: relative;
	margin: auto;
	padding-top: 20px;
}
.my_crop {
	height: 155px;
	width: 155px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 3px;
}
.my_crop img{
	position: relative;
	top: 0px;
}
#upl_id {
	z-index: 99999;
	position: absolute;
	width: 500px;
	height: 100px;
	top: 15px;
	left: 200px;
	overflow: hidden;
}
#file_upload {
	margin-left: 30px;
}
.my_loader {
	position: relative;
	bottom: -20px;
	height: 30px;
	width: 300px;
	text-align: center;
	display: inline-block;
	left: 450px;
}
.right_side, .left_side {
	cursor: pointer;
	display: none;
}
.right_side {
	position: relative;
	top: -31px;
	left: 128px;
	width: 10px;
}
.left_side {
	position: absolute;
	top: -1px;
	left: -10px;
	width: 10px;
}
.all_pages {
	overflow: hidden;
	text-align: center;
	height: 30px;
	width: 130px;
	position: relative;
}
.all_p {
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
}
.all_p a {
	color: #6d7276;
	margin: 5px;
}
.all_p a:hover {
	color: #36383a;
}
.left_st {
	position: absolute;
	top: -1px;
	left: -5px;
	cursor: pointer;
}
.right_st {
	position: absolute;
	top: -1px;
	left: 90px;	
	cursor: pointer;
}
