/* CSS Document */
*{
	margin:0;
	padding:0;
	outline: 0;
}
img {border:0px}

body { background-color: #151719}

body, p, div, table, td {	
	font-family: Arial;
	font-size: 11px;
	color:#bdbdbd;
	line-height: 20px;
	font-weight: normal;
}

p {padding: 5px 0px 5px 0px;}


input[type="text"] { 
	background: url(images_glok/form_input_text.png) left top no-repeat; 
	border: 0px; height: 25px; width: 217px;
	color: #ffffff; font-size: 11px; font-family: arial; line-height: 24px; padding-top: 3px; text-align: center
}

input[type="password"] { 
	background: url(images_glok/form_input_text.png) left top no-repeat; 
	border: 0px; height: 25px; width: 217px;
	color: #ffffff; font-size: 11px; font-family: arial; line-height: 24px; padding-top: 3px; text-align: center
}


select {
      display: inline-block;
      width: 217px;
	  height: 25px;
 }

textarea { 
	background: url(images_glok/form_textarea.png) left top no-repeat; 
	border: 0px; height: 102px; width: 513px;
	color: #ffffff; font-size: 11px; font-family: arial; line-height: 16px; padding-top: 3px; text-align: center;
	overflow: hidden;
}



a.orange {color: ff5d00; text-decoration: underline}

/**
 *  Resety 

html, body { font-size:14px; line-height:18px }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, em, img, q, small, strong, tt, var,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
h1, h2, h3, h4, h5, h6 { font-weight: normal }
a img, :link img, :visited img, :active img, :hover img, fieldset, abbr, acronym { border:0 }
a, a:link, a:visited, a:active { color:#059; text-decoration:none; }
a:hover { text-decoration:underline }
table { border-collapse:collapse; border-spacing:0 }
th, caption { text-align:left }
form { display:inline; margin:0; padding:0 }
input, select { font:1em/1.25 Arial, Helvetica, sans-serif }
input[type="button"] { cursor:pointer }
blockquote, q {  quotes: none }
 */
 
.rollBoxSG {position: relative; width: 739px; height: 279px; cursor: pointer}
.rollBoxSG H2 { 
	position: absolute; top: 214px ; left: 0px; 
	width: 100%; height: 65px; 
	margin: 0px; padding: 0px; 
	cursor: pointer;
	z-index:6;
	background-color: #333333;
	opacity: 0.60;             /* CSS 3 , opera 9*/
	filter: alpha(opacity=60); /* MSIE  */
	-moz-opacity: 0.60;        /* Gecko */	
}
.rollBoxSG H3 { 
	position: absolute; top: 214px ; left: 0px; 
	width: 100%; height: 65px; 
	margin: 0px; padding: 0px; 
	cursor: pointer;
	z-index:7;
	line-height: 64px;
	font-family: arial; font-style: italic; color: #FFF; font-size: 19px; font-weight: normal;
	text-align: center
}


 
