body {
margin:0px;
padding:0px;
font-family: Arial;
font-size:13px;
color:#232323;
background-color:#ffffff;

}

a {
color:#000;
text-decoration:none;
}

ul {
margin:0;
padding:0px;
}

img {
	border:0px;
}

h1,h2,h3 {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

p {
    padding:0;
	margin: 0;
}

textarea {
 font-family:Arial;
 font-size:12px;
}

ul,li {
margin:0px;
padding:0px;
}

.clear {
	clear: both;
}


.small_text {
	color:#000000;
	text-decoration:none;
}
.small_text:hover {
	color:#000;
	text-decoration: underline;
}

.small_text_color {
	font-size:1.1em;
	color:#8e4a87;
	text-decoration:none;
}
.small_text_color:hover {
	color:#8e4a87;
	text-decoration: underline;
}

input.form,textarea,select {
    border:1px solid #484848;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    color:#3a454d;
    padding:5px 5px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

input.form:hover,textarea:hover,select:hover {
	box-shadow:rgba(0,173,216,0.7) 0 0 5px;
	-moz-box-shadow:rgba(0,173,216,0.7) 0 0 5px;
	-webkit-box-shadow:rgba(0,173,216,0.7) 0 0 5px;
    border:1px solid #006c87;
}


#style_button {
	text-decoration:none;
	float:left;
	width:198px;
	height:34px;
	background:transparent url(button_red.gif) top left no-repeat;
	display:block;
	text-align:center;
	margin:0 auto;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
	color:#f4f5f7;
	text-shadow:0px 1px 0px #26427e;
	border:0px;
	cursor:pointer;
}
#style_button:hover {
	text-decoration:none;
	opacity: 0.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}