
* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */


/*-----------------------
Body
----------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/core/bg.gif') top center repeat-x;
	height: 65px;
}


/*-----------------------
Container
----------------------*/
div#container {
	width: 580px;
}

/*-----------------------
Container
----------------------*/
div.header {
	width: 269px;
	height: 155px;
	margin-top: 8px;
	padding: 29px 9px 0 32px;
	background: url('../images/core/popup-logo-bg.gif') no-repeat;
}

/* ---- Logo ----- */
div.header-logo {}

div.header-logo img {
	border: 0;
}


/*-----------------------
Container
----------------------*/
div.content {
	padding: 30px 50px;
}

div.content p { 
	font: 1.2em "Verdana";
	color: #013850;
	line-height: 1.6em;
	margin-bottom: 15px;
}


/*---------------------------------------------   
Forms
----------------------------------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form p { margin-bottom: 15px; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	font-size: 1.2em;
	color: #013850;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #668abb;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #525964;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}


