
@charset "utf-8";
/* *******************************
* Author: Lianca van der Merwe   *
* Copyright: 2010 SABC           *
* Date: October 2010             * 
* File: Global Style sheet       *
******************************** */

/*---------------------------- General class definition -----------------------*/
body{padding:0; margin:0; background-color:#FFFFFF;}	

div, img, form, label, ul, li{padding:0px; margin:0px;}

/*---------------------------- lists -----------------------*/

ul {
	color:#0099ff;
	list-style-type: square;
	list-style-position: outside;
	padding-left:20px;
	list-style-image: url(./../images/square_bullet.gif);
	line-height: 20px;
}

/*---------------------------- froms -----------------------*/
label {font:16px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.button{ background:#000000; border:#000000 1px solid ; color:#FFFFFF; text-transform: uppercase; font-size:10px; height:20px;}

.textfield{ height:14px;}



