body {
  margin: 0px;
  padding: 0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #797979;
	text-align: center;
}

h1, h2, h3 {
	margin-top: 0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight:lighter;
	color: #7d9b39;
	margin-top: 5px;
	margin-bottom:18px;
}

h2 {
	font-size: 130%px;
	color: #b7b7b7;
	line-height:normal;
	margin-top: 20px;
	margin-bottom:18px;
}

h3 {
	font-size: 120%px;
	color: #3c74cc;
	margin-bottom: 3px;
	font-weight: bold;
}

b { font-weight:bold;
color: #636d7b;}

p {
	margin-top: 0px;
	line-height: 160%;
	font-size: 90%;
}

a {
	color: #5d9849;
}


a:hover {
	text-decoration:none;
	}
#content a:visited {
	color: #5d9849;
}

jpg a:visited {border-color:none;}


#container {
	text-align: center;
    /*background: url('http://www.idc.com/research/Greensurvey/images/green_process.jpg') no-repeat center top;*/
}

#container p {
font-size: 12px;
}

#central {
    width: 610px;
	margin: 0px auto;
	}


/* Overlay */
#simplemodal-overlay {background-color:#ebf2f9; z-index: 100;}

/* Container */
#simplemodal-container {
background-color:#eaf4d5; 
border:1px solid #7d9b39;
padding:0px;
margin: 0 0 0 0px;
_margin: 0 0 0 0px;
font-family: "Verdana", Arial, Helvetica, sans-serif;
line-height:16px;
color: #4f4f51;
text-align:left; 
}

#basicModal2Content{
width: 600px;
height:460px;
height:460px;
background-color:#f1f4f9; 
border:1px solid #c0c7d0;
padding:0px;
margin: 100px 30px 30px 30px;
_margin: 100px 30px 30px 30px;
font-family: "Verdana", Arial, Helvetica, sans-serif;
line-height:15px;
color: #4f4f51;
text-align:left; 
}

#graphics{
width: 600px;
height:60px;
background:url('http://cdn.idc.com/research/predictions10/images/emea/Pred10_Mercury600x60_GI.jpg') no-repeat;
border-bottom: solid 1px #ffffff;
padding: 0px;
margin: 0px;
}

#simplemodal-container h1, #basicModal2Content h1{
font-size: 130%;
font-weight:bold;
color:#32c084;
margin: 25px 0 10px 39px;
_margin: 25px 0 0px 39px;
}


.basic_content, #download_area {
width:auto;
_width: auto;
height: auto;
_height:auto;
padding: 10px 22px 20px 21px;
_padding: 20px 22px 20px 21px;
_margin:0;
overflow:auto;
overflow-y:auto;
overflow-x:none;
}

.basic_content p, #download_area p{
font-size: 70%;
margin: 0;
padding: 0 0 18px 0;
_padding: 0 0 15px 0;
display:block;
}

#form_area {
width:auto;
_width: auto;
height: auto;
_height:auto;
padding: 10px 15px 20px 40px;
_padding: 20px 15px 20px 40px;
_margin:0;
overflow:auto;
overflow-y:auto;
overflow-x:none;
}

#form_area p{
font-size: 80%;
margin: 0;
padding: 0 0 18px 0;
_padding: 0 0 15px 0;
display:block;
color: #5a6a7f;
}

#simplemodal-container .basic_content a{
color: #003164;
}

#simplemodal-container #close_area{
width:40px; height:20px; display:inline; position:absolute; top:12px; right:30px; text-align:right; margin-right: 10px; cursor:pointer;
font-size:75%;
text-decoration:underline;
font-family: "Verdana", Arial, Helvetica, sans-serif;
color: #92b14b; !important;
}

#download_area #button, #download_area #button_c, #form_area #button{
background: url( '/downloads/EMEA_GI_Top10_2010/images/gform_btn.jpg') no-repeat;
text-align:center;
width:90px;
_width:90px; 
height:32px;
_height:32px;
border-width:0px;
cursor:pointer; 
z-index: 50;
text-decoration:none;
color:#66788f;
position: relative; !important;
margin: 0 0 0 0px;
_margin: 3px 0 0 0px;
padding: 0 7px 4px 0px;
_padding: 0 8px 2px 0px;
font-size:12px;
}

#form_area #button {
margin: 0 0 0 205px;
_margin: 3px 0 0 210px;
}

label {
  font-size: 130%; !important;
	line-height: normal;
	text-align: justify;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width:100px;
	_width:100px;
	padding: 0 0 0 0px;
	color:#5a6a7f;
	font-size:10px;
}

input.form1InputText, input.form2InputText, .validate-Email {
	font-size: 12px;
	color: black;
	background-color: #FFFFFF;
	padding: 2px;
	border: solid 1px #c0c7d0;
	margin: 0 0 20px 0px;
	height: 20px;
		}
		
textarea {
font-size: 12px;
	color: black;
	background-color: #e3edf7;
	padding: 2px;
	border: solid 1px #c0c7d0;
	margin: 0 0 20px 0px;
	height: 50px;
}
	
input {
  font-family: "Verdana", Arial, sans-serif;
   font-size: 100%;
  width: 180px;  
 }	


/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */
