body
{
	background:	white;
	font-family:	"Lucida Grance","Geneva","Arial";
	font-size:	12px;
	position:	absolute;
	margin-top:	0px;
	margin-left:	0px;
	width:		550px;
	border:		solid #B2C2D2 0px;
	padding:	10px;
}

.frame {
    position: absolute;
	background-image: 	url('test.jpg');
	color:		white;
	width:		550px;
	border:		0px;
	padding:	0px;
	height:	400px;
	margin-top:	0px;
	margin-bottom:	0px;
}

.tl {
	background-image : url('tl2.gif');
	background-repeat : no-repeat;
	background-position : top left;
height:	400px;}

.tr {
	background-image : url('tr2.gif');
	background-repeat : no-repeat;
	background-position : top right;
height:	400px;}

.bl {
	background-image : url('bl2.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
height:	400px;}

.br {
	background-image : url('br2.gif');
	background-repeat : no-repeat;
	background-position : bottom right;
height:	400px;}

.lbl_name
{
	position: absolute;
	left: 0px;
	top: 100px;
	margin-left: 10px;
}

.lbl_mail
{
	position: absolute;
	left: 0px;
	top: 140px;
	margin-left: 10px;
}

.fld_name
{
	position: absolute;
	left: 100px;
	top: 100px;
}

.fld_mail
{
	position: absolute;
	left: 100px;
	top: 140px;
}

.btn
{
	position: absolute; 
	left: 100px; 
	top: 370px;
}

.btn_confirm
{
	position: absolute; 
	left: 200px; 
	top: 370px;
}

.btn2
{
	position: absolute; 
	left: 96px; 
	top: 330px;
}

div.lbl_agree
{
	position: absolute; 
	left: 120px; 
	top: 332px;
}

.prompt
{
	position: relative;
	left: 0px; 
	top: 10px; 
	margin-left: 10px;
}

.prompt2
{
	position: relative;
	left: 0px; 
	top: 0px; 
	margin-left: 10px;
}

input.fld_name
{
	background: #DADEE4;
	width : 300px;
	border : 0px;
}
	
input.fld_mail
{
	background: #DADEE4;
	width : 300px;
	border : 0px;
}

textarea.conditions
{
	font-family: lucida grande,arial,sans-serif;
	font-size: 10px;
	position: absolute;
	background: #DADEE4;
	width : 300px;
	height: 142px;
	border : 0px;
	left: 100px; 
	top: 180px;
}

a:link.body {
	text-decoration:none;
	color:		orange;
}

a:hover.body {
	text-decoration:none;
	color: brown;
}

a:active.body {
	letter-spacing:	0px;
	color:		blue;
}

a:visited.body {
	letter-spacing:	0px;
	text-decoration:none;
}
