﻿html
{
	height: 402px;
	width: 534px;
	overflow: hidden;
}

body
{
	height: 402px;
	width: 534px;
	overflow: hidden;
	background-color: #c7cdcc;
	background-image: url(/images/Share/background.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#Upload
{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	cursor: pointer;
	color: #FFFFFF;
	left:181px;
	position:absolute;
	text-decoration:underline;
	top:359px;
}

#FileUploader
{
	left:28px;
	position:absolute;
	top:253px;
}

.terms
{
	cursor: pointer;
	text-decoration:underline;
}

#RadioText
{
	position:relative;
	top:-2px;
}

#Agree
{
	left:29px;
	position:absolute;
	top:361px;
}

#description
{
	height:300px;
	left:5px;
	position:absolute;
	top:50px;
	width:510px;
	font-size: 12px;
}

#Message
{
	color:#FFFFFF;
	display:inline-block;
	height:130px;
	overflow:hidden;
	text-align:center;
	width:290px;
}

#CaptchaDiv
{
	left:29px;
	position:absolute;
	top:287px;
}

.offScreenText
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}