@charset "UTF-8";
/* CSS Document */
* {
margin:0px;
padding:0px;
}

body {
    background-color: #dadada;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.container{
	margin:0 auto;
	width:950px;
}

.strip {
	background-color:#20407e;
	height:10px;
	margin-top:20px; 
}

/** Header Area **/
.main {
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

.banner{
	background-image:url(http://mlaccounting.com/images/banner.jpg);
	background-repeat: no-repeat;
	height:270px;
}

p {
	margin:20px;
	color:#4e5052;
}

a {
	color:#4e5052;
	text-decoration:underline;
}

h3 {color:#4e5052;
margin-bottom:5px;
}

/** Body Area **/
ul { 
	list-style:none;
}

.services {
	float:left;
	width:300;
	margin-bottom:30px;
	margin-top:30px;
}
 
.photos {
	margin-top:20px;
	clear:both;
	width:900px;
}

.quote {
	background-image:url(http://mlaccounting.com/images/quote.jpg);
	float:right;
	width:525px;
	height:222px;
	margin-bottom:30px;
	margin-top:30px;
}

.form {
	float:right;
	width:600px;
	margin-top:15px;
}

.contact {
	float:left;
	width:300;
	margin-bottom:15px;
	margin-top:10px;
}

input {
    border: 2px solid #808080;
    padding: 5px;
	width:250px;
	margin-bottom:10px;
	margin-top:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
} 

input[type=submit] {
    border: 2px solid #808080;
	width:515px;
	margin-left: 70px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#20407e;
	color:#ffffff;
}

label{
	margin-right:20px;
	float:left;
	text-align:right;
	width:50px;
	margin-top:10px;
	color:#4e5052;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}

textarea {
	margin-top:5px;
    border: 2px solid #808080;
    padding: 10px;
	max-width:490px;
	width:490px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/** PopUp Area **/
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#blanket2 {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#blanket3 {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#blanket4 {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
	margin-top:-375px;
position:absolute;
background-image:url(http://mlaccounting.com/images/popup.jpg);
width:351px;
height:300px;
z-index: 9002;
}

#popUpDiv2 {
	margin-top:-375px;
position:absolute;
background-image:url(http://mlaccounting.com/images/popup.jpg);
width:351px;
height:300px;
z-index: 9002;
}

#popUpDiv3 {
	margin-top:-375px;
position:absolute;
background-image:url(http://mlaccounting.com/images/popup.jpg);
width:351px;
height:440px;
z-index: 9002;
}

#popUpDiv4 {
	margin-top:-375px; 
position:absolute;
background-image:url(http://mlaccounting.com/images/popup.jpg);
width:351px;
height:304px;
z-index: 9002;
}

.popi{
	
	padding:50px;
	padding-top:15px;
}

/** Footer Area **/

.kasadekriz{
	clear:both;
	margin-top:50px;
	margin-bottom:20px;
	float:right;
	width:100px;
}

.bottom {
	background-image:url(http://mlaccounting.com/images/bottom.png);
	width:950px;
	height:40px;
}

.footer {
	clear:both;
	background-color:#20407e;
	height:10px;
	margin-left:-15px;
	margin-right:-15px; 
	margin-bottom:-50px;
}

img{border:0px;
}
