* {
padding:0px;
margin:0px;
}
img {
border: 0px;
}

div {
-moz-border-radius:10px;
-khtml-border-radius:10px;
}
body {
font-family: Arial,Verdana,Helvetica,sans-serif;
background-color :#FFFFFF;

color: #000000;
}

a { font-family: Arial,Verdana,Helvetica,sans-serif; text-decoration:none; font-weight:bold;}
a:link { text-decoration:none; font-weight:bold; color:#000000; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }
a:hover { text-decoration:overline underline; font-weight:bold; color:#FF0000;}
a:active { text-decoration:none; font-weight:bold; color:#000000;}

p, span {
font-size : 10pt;
font-family: Arial,Verdana,Helvetica,sans-serif;
}

hr {
border-style:solid;
margin:5px 0;
background-color:#808080;
}

label {
display:block;
font-weight:bold;
}

input {
width: 200px;
height:26px;
border:2px #808080 solid;
font-family: Arial,Verdana,Helvetica,sans-serif;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
background-position: right bottom;
background-repeat:no-repeat;
-moz-box-shadow: 0;
box-shadow: 0;
}
input:focus, textarea:focus {
border-color:#52a8ec;
-moz-box-shadow: 0px 0px 5px #52a8ec;
	 box-shadow: 0px 0px 5px #52a8ec;
}

* [type="radio"], * [type="checkbox"] {
border: 0px;
width: auto;
height: auto;
}

textarea {
width: 400px;
height: 300px;
border:2px #808080 solid;
font-family: Arial,Verdana,Helvetica,sans-serif;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
background-position: right top;
background-repeat:no-repeat;
}


ul {
list-style-type:none;
list-style-position:inside;
}

