/* AboutUs.css
 * used to format Internet-art-marketing 'Sign Me Up' page
 $Date: 2005-06-02 16:09:03 -0400 (Thu, 02 Jun 2005) $
 $Rev: 153 $
 $Author: DaleS $
 Copyright SIME Corp, 2002-2005
 */

@import "IAM.css";


h1{
padding-bottom: 0;
margin-bottom: 0;
width:100%;
/*clear:both;*/
}

.Section h1{
margin-top:0}

.BorderSection{
border: 3px #1a1ab1 ridge;
margin:5px;
padding:5px;
width:100%;}

.FristPara{
padding-top: .25em;
margin-top: 0;
}

#ErrorMsg{
color: #FF0000;
text-align: center;
}

.Question{
/*clear:both;*/
float:left;
font-weight:bolder;
font-variant:small-caps;
margin-top:.2em;	/* syncronized with .Answer */
margin-right:5px;
width:40%;
text-align: right;}

.Section{
background-color: #bbf698;
padding:5px;
margin-top:5px;}

.RadAnswer{
clear:both;
}

.Answer{
margin-top: 0em;  /* syncronized with .Question */
margin-left:2 em;
}

.Answer input{
/* border-bottom: 2px #000000 solid;
*/
}

.Package{
margin-bottom:5px;
padding-right:5px;
padding-bottom:5px;
background-color: #9fd584;
border-style: outset; }

.PackageDescription{
margin-top: 0em;  /* syncronized with .Question */
margin-left:3em;
}
.Price {
width: 10em;
border: outset;
font-family: Georgia, serif;
font-size: 2.0em;
font-weight: bolder;
border-style: none; }
.Instructions{
margin-left:2em;
/*clear:both;*/
}

.Tables{
width: 100%;
}
.FloatLeft {
/*	float: left;
	width: 45%;
*/
margin:5px;
}
.FloatRight {
/*	float: right;
	width: 45%;
*/
margin:3px;
}

#Submit input{
text-align: center;
margin-top: 5px;
margin-left: auto;

margin-right: auto;

width:100%;}
