@charset "utf-8";
/* Stylesheets for Barbizon 2008
   Browser: All.
   Explosive Image.
   Coder/Programmer: Arleys
   Date: 12-18-07
*/

/*********************
     COLORS USED
*********************/

/* Red H3          #ff2d61;
   Footer Text     #272766;
   Blue H3         #34218e;
   Gray Text       #8e8c8c;
   Input Colors    #e2dfec;
*/


/****************
     GLOBAL
*****************/


#contactformbig
{
 padding: 10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:0.9em;
 width: 570px;
 min-height: 446px;
 height: auto !important;  
 height: 446px;
 background: #CCC;
 border: 1px solid #999;
 margin: 25px auto;
}

fieldset
{
	margin:6px;
	padding:12px;
}

legend
{
 color: #9a367f;
 margin-bottom: 10px;
 font-size: 14px;
}

.field-hint
{
 display: inline;
 color: #9a367f;
}

.oneField
{
 width: 570px;
 display: block;
 margin-bottom: 5px;
}

label
{
 color: #9a367f;
 width: 130px;
 font-size: 0.9em;
}

label.preField, .preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
    color: #9a367f;
}

label.alertMe {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
	color:#f00;
	font-weight:bold;
}

input, select, textarea
{
 background: #fcf0f9;
 border: 1px solid #9a367f;
 color: #9a367f; 
}

#contactformbig em
{
 color: #f00;
 font-style:italic;
}

#contactformbig em.requiredtext
{
 color: #f00;
 font-style:italic;
 text-align: right;
 font-weight:  bold;
 font-size: 0.8em;
}

.actions 
{
 text-align: center;
}

.actions .oneField
{
 margin-top: 20px;
}

#fixradio
{
 color: #9a367f; 
}

.reqMark
{
 color: red;
}



#location_tiny_form input#submit
{
}



/* ======================================================================== */