﻿body 
{
background:url(images/stones.jpg);	
}
.link
{
	color:#A204AD;
	font-family:Arial;
	text-decoration:underline;
	font-size:12pt;
	}
.bodybox
{

	}

.logobox
{
	
	}
.noborder
{
	border:0px solid white;
	}

.buttonmassage
{
	position:absolute; 
	left:695px; 
	top:30px; 
	background:transparent;
	
	}

.buttonreiki
{
	position:absolute; 
	left:630px; 
	top:190px; 
	background:transparent;
	
	}

.buttonlypossage
{
	position:absolute; 
	left:475px; 
	top:330px; 
	background:transparent;
	}	

.buttonabout
{
	position:absolute; 
	left:265px; 
	top:415px; 
	background:transparent;
	}
	
	
.buttoncontact
{
	position:absolute; 
	left:30px; 
	top:435px; 
	background:transparent;
	}
	

	

	
.buttonsbox
{
	margin-left:70px;
	}
.noborder1
{
	margin-left:20px;
	border:0px solid white;
	}
	
.content
{
	position:absolute;
	left:230px;
	top:150px;
	}	
	
.innercontent
{
	margin-left:40px;
	margin-top:30px;
	}
.text
{
	color:#A204AD;
	font-family:Arial;
	font-size:16pt;
	margin-right:40px;
	margin-left:10px;
	}
	
h1
{
	color:#A204AD;
	font-family:Arial;
	}
.text1
{
	font-family:arial; 
	color:#A204AD; 
	font-size:12pt; 
	margin-right:100px;
	}
p
{
	font-family:arial; 
	color:#A204AD;
	}
	
.nextpage
{
	position:absolute; 
	left:610px; 
	top:40px;
	}
.nextpage a
{
	color:#A204AD;
	text-decoration:none;
	font-weight:bold;
	}
	
.footer
{
	
	position:absolute;
	left:46%;
	top:94%;
	
	text-align:center;
	}
.footer a
{
	text-decoration:none;
	font-size:8pt;
	margin-left:20px;
	color:#A204AD;
	}
.footer a:visited
{
	text-decoration:none;
	font-size:8pt;
	margin-left:20px;
	color:#A204AD;
	}
.footer a:hover
{
	text-decoration:none;
	font-size:8pt;
	margin-left:20px;
	color:black;
	}
a
{
	text-decoration:none;
	font-size:8pt;
	color:#A204AD;
	}
.stonebox
{
	font-family:arial; 
	color:#A204AD; position:absolute; width:385px; left:310px; top:475px;
	}

.stonebox3
{
	font-family:arial; 
	color:#A204AD; position:absolute; width:435px; left:250px; top:354px;
	}

.stonebox2
{
	font-family:arial; 
	color:#A204AD; position:absolute; width:390px; left:310px; top:540px;
	}
	
/* ---------------------------- */
/* Start of contact form styles */
/* ---------------------------- */

/* Style for HTML tags with specified id="..." */

#cf /* Contact form area */
{
	width: 600px;
	background: #eeeeee;
	padding: 10px;
	padding-bottom: 10px;
	border: 1px solid #E0E0E0;
}
	#cf_companyname /* Company name text */
	{
		margin-bottom: 2px;
		padding: 5px;
		font-size: 20px;
		font-weight: bold;
	}
	#cf_baseline /* Baseline text */
	{
		padding: 2px;
		font-size: 12px;
		font-weight: bold;
	}
	
	#cf_title/* Form title */
	{
		padding: 5px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#cf_title td/* Form title td*/
	{
		padding: 5px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#cf_title td p/* Form title td*/
	{
		padding: 5px;
		font-size: 9px;
		font-weight: bold;
	}
	
	#cf_desc /* Form description  */
	{
		padding: 5px;
		font-size: 12px;
		color: #0099CC ;
	}
	#cf_required /* "Fields with ..." message */
	{
		padding: 5px;
		font-weight: bold;
		color: #ff0000;
	}
	#cf_main /* The form */
	{
		padding: 10px;
		background-color: #f9f9f9;
		text-align: center;
	}
		#cf_table /* Table listing the fields  */
		{
			margin-top: 10px;
			margin-left: 30px;
		}
			#cf_table td /* All table cells */
			{
				padding-top: 4px;
				padding-bottom: 4px;
				padding-right: 40px;
				font-weight: bold;
				white-space: nowrap;
				vertical-align: top;
			}
				#cf_subject /* "Subject" field text box */
				{
					width: 100%;
				}
				#cf_message  /* "Message" fields text area */
				{
					width: 400px;
					height: 200px;
					border: 1px solid #999999;
				}
				#cf_sumbit /* Container of "Send" button */
				{
					text-align: right;
				}
					#cf_sumbit input /* "Send" button */
					{
						width: 100px;
					}
/* Styles for HTML tags using class="..." */

.cf_sep /* Separators */
{
	padding-top: 10px;
	padding-bottom: 10px;
}
	.cf_sep hr
	{
		height: 1px;
		border: 0px;
		border-top: 1px dashed #999999;
	}
.cf_asterisk  /* The '*' symbol */
{ 
	padding-left: 2px;
	padding-right: 2px;
	color: #ff0000;
}
.cf_textbox /* Text boxes */
{
	width: 240px;
	padding: 2px;
	border: 1px solid #999999;
}


/* ---------------------------- */
/*  End of contact form styles  */
/* ---------------------------- */
