@charset "utf-8";
/**********************************

Use: Reset Styles for all browsers
Author: Sappawish Siripon
E-mail: mp3wizard@gmail.com

***********************************/

html, body {
  padding: 0;
  margin: 0;
  height: 100%; /** Help for used background postion on Firefox browser **/	
}


body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/** Headers
------------------------------**/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/** Lists
------------------------------**/
	
ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
 /* hide dotted outline in Firefox */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/** Forms
------------------------------**/

form, fieldset {	margin: 0;	padding: 0;	border: 0px none #FFFFFF; }
	
fieldset { border:0; }

legend {	padding: 0;	color: #000;	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}

/** CSS Clear by Yahoo 
------------------------------**/

address, caption, cite, code, dfn, em, th, var {	font-style:normal;	font-weight:normal;}

caption, th {	text-align:left;}

q:before, q:after {	content:'';}

abbr, acronym { border:0;}

/** Add options by me 
------------------------------**/

.clear {clear:both;}

/** Clear float anything **/

    /* float clearing for IE6 */
    * html .clearfix{
      height: 1%;
      overflow: visible;
    }

    /* float clearing for IE7 */
    *+html .clearfix{
      min-height: 1%;
    }

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

/** End from Clear float anything **/ 
