html { height:100%; }
body{ font-family:arial,sans-serif; text-align:center; margin:0; }

/* Customise you search box. */
.customize { 
	background-color:none; padding:0 0 0 0; 
}
.customize a { 
	color: blue; text-decoration:underline; 
}
.customize a:hover { 
	color: green; text-decoration:none; 
}
.sText { 
	/* setting Web; Images; Maps.... text */
	padding:2px 2px 2px 2px; margin:5px 5px 5px 5px; 
}
.sTextfield { 
	/* setting input text field */
	margin:2px 0 2px 0; 
}
.sButton { 
	/* setting group of 'Google Search'; 'Set As Homepage'; 'Settings' buttons */
	margin:2px 0 2px 0; 
}
.srButton { 
	/* setting group of 'search the web'; 'search pages from malaysia' radio buttons */
	margin:2px 0 2px 0; 
}
.eachButton {
	/* setting 'Google Search'; 'Set As Homepage'; 'Settings' buttons */
	font: bolder 12px Arial, Sans-serif; 
	/*border: 1px solid #CCC;*/
	padding: 2px 3px; 
	background: #FFFFF;
	color: #0000FF;
}
.eachButton:hover {
	/* When mouse over 'Google Search'; 'Set As Homepage'; 'Settings' buttons */
}
form {
	/* setting form */
}
input {
	/* setting input */
}

/*
useable parameter for cursor. 
auto; crosshair; default; e-resize; help; inherit; move; ne-resize; 
n-resize; nw-resize; pointer; se-resize; s-resize; sw-resize; text; wait; w-resize
*/
.dd-handle { cursor:move; }




