@charset "utf-8";


/******************************************************************************
 * YUI-font-reset
 *****************************************************************************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body
{
    font: 13px/1.231 arial,helvetica,clean,sans-serif; *font-size:small;*font:x-small;}
select, input, button, textarea, button
{
    font: 99% arial,helvetica,clean,sans-serif;
}
table
{
    font-size: inherit;
    font: 100%;
}
pre, code, kbd, samp, tt
{
    font-family: monospace; *font-size:108%;line-height:100%;}

/******************************************************************************
 * default-setting
 *****************************************************************************/

img a
{
    border: none;
}

a img
{
    border: none;
}

html
{
    padding-bottom: 1px !important;
    height: 100%;
}

body
{
    color: #333333;
    margin: 0;
    padding: 0;
    height: 100%;
    padding-bottom: 1px !important;
    margin-bottom: 1px !important;
}


h1
{
    font-size: 138.5%;
    color: #3399cc;
    font-weight: normal;
    margin:0px;
}

h1 em
{
    color: #b0ba1b;
    font-weight: bold;
    font-style: normal;
}

h2
{
    font-size: 123.1%;
    color: #333333;
    font-weight: bold;
}

h3
{
    font-size: 100%;
    color: #333333;
    font-weight: normal;
}

h4
{
    font-size: 116%;
    color: #333333;
    padding:0px;
    margin:0px;
    font-weight:normal;
}


p
{
    color:#333333;
}

p, ol, ul, h3, h2
{
    margin: 0px;
    padding:0px;
}

a:link, a:visited
{
    color: #e52c93;
}

a:hover
{
    text-decoration: none;
    color: #e52c93;
}

table
{
    border-collapse: separate;
    margin: 0px;
}


hr {
	display: none;
}

select, textarea
{
    float:left;
    background-color:#fbfbfc;
}

fieldset {
border:medium none;
margin:0px;
padding:0px;
}

legend {
display:none;
}

legend { 
	display: none; 
}

fieldset {
}

fieldset ul li {
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 2px 0px;
}


fieldset label, fieldset input, fieldset span, fieldset textarea {
float:left;
}

input.radio {
margin:4px 4px 0;
}

input.checkbox  
{
    margin: 2px 4px;
}

.message-error, newsletter-message-error {
	display: none;
	margin-top: 5px;
	padding: 5px;
	background: #cc0000;
	color: #fff;

}