#EpostaListesi {
	padding: 10px;
	margin: 10px 0;
	background-color: #fcfcfc;
	border-top: solid 2px #328FD0;
	height: 100px;
	line-height:18px;
	clear: both;
}
#EpostaListesi h3 {
	padding: 0;
	margin: 0;
	color: #F60;
}
.epostaGonder {
	background-color: #328ed0;
	color: #FFF;
	text-shadow: 1px 1px 1px #003366;
	text-decoration: none;
	padding: 5px 10px;
	border:none;
	cursor:pointer;
	transition:1s;
}
.epostaGonder:hover {
	background-color:#266CA0;
}
.epostaGonder:active {
	position: relative;
	top: 1px;
}
#epostaInput {
	background-color: #F1F1F1;
	border: 1px solid #328FD0;
	line-height: 20px;
	margin-top:10px;
}

@media screen and (min-width: 1px) and (max-width: 1260px) {
#EpostaListesi {
	padding:2%;
	margin:0;
	clear: both;
	width: 96% !important;
	display:block;
}
}
