﻿/*=================================================*/

/*=================================================*/

/*-------------------------------------------------*/
/*Base Styles*/
/*-------------------------------------------------*/

/*Wireframe Layout*/

body
{
	margin: 0;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 13px;
}


.body_form
{
	margin: 0 auto;
    width: 1000px;
    height: 100%;
    border:solid 0px red;
    background-color: #ffffff;
}


/*Generic Elements
a { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #429229; }*/

/*Generic Form Inputs*/
input{font-family: Arial; font-size: 12px;}

/*input[type=checkbox],input[type=radio] { 
border: solid 0px #d7d7d7;
.border: solid 0px #d7d7d7;
_border: solid 0px #d7d7d7;
}*/


textarea{font-family: Arial; font-size: 12px; border: solid 1px #d7d7d7;}
select{font-family: Arial; font-size: 11px; border: solid 1px #d7d7d7;}

/*Preview Message*/
.prev_msg
{
	width:100%;
	border:dashed 1px gray;
}
/*=================================================*/
