﻿#bodyText {
}

#linkRequestForm
{
	border: 1px solid #6D2B2D;
	background-color: #fbf4d2;
	width: 520px;
	margin: 15px auto;
	padding: 5px 0px;
	display: block;
}

#inputs p
{
	margin: 2px;
}

#inputs p.formInstruction
{
	margin-left: 165px;
	font-style: italic;
	color: #6D2B2D;
	background-color: inherit;
	font-weight: bold;
	font-size: 0.90em;
}

#inputs label
{
	width: 150px;
	display: block;
	text-align: right;
	margin-right: 3px;
	font-weight: bold;
	padding-top: 3px;
	float: left;
}


#inputs span
{
	float: left;
	width: 150px;
	display: block;
	text-align: right;
	color: #6D2B2D;
	background-color: inherit;
	font-style: italic;
	font-size: 0.90em;
	font-weight: normal;
}

#linkRequestForm div.controls
{
	clear: both;
	text-align: center;
}

#linkRequestForm div.controls input
{
}

#inputs input,
#inputs textarea
{
	border: 1px solid #666;
	color: #000;
	background-color: #fff;
	width: 150px;
	font-family: Arial;
}


/* Errors */
#inputs div.formError,
div.formSendError
{
	display: block;
	color: #C00;
	font-weight: bold;
	background-color: inherit;
	margin-left: 155px;
	margin-top: 5px;
}

div.formSendError
{
	margin: 5px 0px;
	text-align: center;
}


/* Individual Inputs */
#inputs input.name
{
	width: 200px;
}

#inputs input.emailAddress
{
	width: 250px;
}

#inputs input.linkUrl
{
	width: 350px;
}

#inputs input.linkText
{
	width: 200px;
}

#inputs textarea.linkDescription
{
	width: 350px;
	height: 50px;
}

#inputs input.ourLinkLocation
{
	width: 350px;
}



/* Link Options */
h2,
h3
{
	font-size: 1.20em;
	margin: 10px 0px 0px 0px;
	color: #a00;
	background-color: inherit;
}
h3
{
	color: #000;
	background-color: inherit;
}

#linkOptA
{
	margin-top: 5px;
	border: 2px dashed #000;
	padding: 6px;
	background-color: #FBF4D2;
}

#linkOptA div.link
{
	font-size: 1.2em;
}

#linkOptA div.link a
{
	color: #00f;
	background-color: inherit;
}

#linkOptA textarea.source
{
	font-family: Courier;
	background-color: #fff;
	padding: 6px;
	text-align: left;
	margin-top: 3px;
	border: 1px solid #ccc;
	width: 510px;
	height: 80px;
	overflow: auto;
}

#step2
{
	display: block;
	color: #00f;
	background-color: #FFF;
	text-align: center;
	margin-top: 8px;
}

#step2 a.step2
{
	color: #00c;
	background-color: inherit;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

div.reciprocalLink
{
	margin-top: 5px;
	border-bottom: 2px dashed #ccc;
	padding-bottom: 3px;
}

#bodyText .title
{
	color: #008;
	background-color: inherit;
	font-weight: bold;
}

div.url
{
	display: block;
}

#bodyText .url
{
	color: #080;
	background-color: inherit
}

