﻿/*#region HTML DOM*/

@charset "utf-8";
/* CSS Document */
* {
    margin:0px;	
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;	
    background:#f2f4f4;
    color:#6A6A6A;
    line-height: normal;
}
p {
    line-height:20px;
}
a {
    color:#777777;
    text-decoration:none;	
}
a:hover {
    color:#9EC20C;	
    text-decoration:none;
}
img {
    border:none;	
}
ul {
    list-style:none;
    padding:0px ;
    margin:0px;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
button,
input {
    *overflow: visible;
    line-height: normal;
    border:1px solid #DFDCDC;	
    padding:2px 0px;
}
textarea {
    overflow: auto;
    vertical-align: top;
    border: 1px solid #DFDCDC;
    min-height: 75px;
}
select {
    border:1px solid #DFDCDC;	
}

h1 {
    margin: 0px !important;
    font-size: 2em;
}
/*#endregion*/

