/**********************************
Copyright (C) 2008 UP,Inc.
**********************************/

/****************************************/
/* Format Browser's defined style */

html,body {
margin:0;
padding:0;
width:100%;
height:100%;
}

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,/*select,option,*/input,
address,pre,em,strong,
blockquote,q,cite {
margin:0;
padding:0;
font-size:100%;
font-weight:normal;
font-style:normal;
text-decoration:none;
}

br.clear {
clear:both;
}

/****************************************/
/* Style Redefines */

/* MacIE5.x */
p,td,th,li,dt,dd,select,textarea {
font-size:100%;
/* line-height:140%; */
}

h3,h4,h5{
font-size:100%;
}

/* Except MacIE5.x */
@media screen {
p,td,th,li,dt,dd,select,textarea {
font-size:100%;
/* line-height:140%; */
}

h3,h4,h5 {
font-size:100%;
}
}

/* Format Font-size Duplication */
/*
th h1,th h2,th h3,th h4,th h5,th h6,th p,
td h1,td h2,td h3,td h4,td h5,td h6,td p,

th li,th dt,th dd,
th td,th th,th select,th textarea,
td li,td dt,td dd,
td td,td th,td select,td textarea,

li h1,li h2,li h3,li h4,li h5,li h6,li p,
dt h1,dt h2,dt h3,dt h4,dt h5,dt h6,dt p,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,

li li,li dd,li td,li th,li caption,
dt li,dt td,dt th,dt select,dt textarea,
dd li,dd td,dd th,dd select,dd textarea {
font-size:100%;
}
*/

/* IMG Border none */
img {
border:none;
}
/* List style none */
ol,ul {
list-style-type:none;
}
/* Label Clickable */
label {
cursor:pointer;
}
html*label {
cursor:default;
}
* html label {
cursor:pointer;
}


/* input button for IE 

input.after {
    width:1pt;
    overflow:visible;
}*/


/****************************************/
/* clear element */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*hr {
display:block;
clear:both; 
margin:-6px; 
margin:0px;
padding:0px;
height:0px;
border:0px;
display:none;
_display:none !important;
}*/