@CHARSET "UTF-8";

body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin: 5px;
}

#main
{
	width: 410px;
}

#logo
{
	text-align: center;
	background-color: #000000;
}

#logo img
{
	border: 0px;
}

#content
{
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer_shadow
{
	background:transparent url(pics/footer_shadow.gif) repeat-x scroll 0 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height:15px;
}

#footer
{
	background-color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer div.logos
{
}

#footer div.logos img
{
	border: 0px;
}


/* invite form */

#form
{
	width: 400px;
	border: 1px solid #9EA8CE;
	font-size: 10px;
	background: #E1E4F1 none no-repeat scroll 0 0;
	margin: 0px auto;
}

#form form
{
	width: 400px;
	margin: 0px;
	padding: 0px;
}

div.header
{
	
	background: #9EA8CE none no-repeat scroll 0 0;
	height: 23px;
	overflow: auto;
}

div.title
{
	float: left;
	clear: left;
	width: 300px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}

div.close
{
	float: right;
	clear: right;
	width: 85px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

div.close a
{
	color: #000000;
	text-decoration: none;
}

div.input
{
	background: #E1E4F1 none no-repeat scroll 0 0;
	padding: 5px;
}

div.sender_email
{
	overflow: auto;
}

div.receiver_email
{
	overflow: auto;
}

div.text
{
}

div.captcha_img
{
	padding-top: 3px;
	overflow: auto;
	height: 32px;
}

div.captcha
{
	padding-top: 5px;
	overflow: auto;
}

div.submit
{
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.label
{
	clear: left;
	float: left;
	width: 190px;
	padding-top: 2px;
}

div.label img
{
	border: 0px;
}

div.label div.plaxo
{
	margin-top: 5px;
	text-align: center;
}

div.inputfield
{
	clear: right;
	float: right;
	width: 200px;
	text-align: right;
}

div.captcha_img div.inputfield
{
	text-align: left;
	padding-left: 7px;
	width: 193px;
}

div.inputfield input
{
	font-size: 10px;
	width: 190px;
}

div.inputfield textarea
{
	font-size: 11px;
	width: 190px;
	height: 46px;
}

div.inputfield2
{
	padding-top: 2px;
	clear: both;
	text-align: right;
	/*width: 200px;*/
}

div.inputfield2 textarea
{
	font-size: 11px;
	width: 386px;
	height: 90px;
}

div.submit
{
	padding-bottom: 5px;
}

div.submit_button input
{
	font-weight: bold;
}

div.submit_button
{
	clear: right;
	float: right;
	text-align: right;
}

div.error_text
{
	color: #FF0000;
	font-weight: bold;
	width: 270px;
	clear: left;
	float: left;
}


/* on success form */

div.success
{
	font-size: 10px;
	text-align: center;
}

div.success_text
{
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.close_button a
{
	color: #000000;
	text-decoration: none;
}