/**
 * project: webfrills.com
 * filename: webfrills.css
 *
 * @author jeffrey tan (jeffrey_design@yahoo.com)
 * @version 1.0 on aug 2008
 * @copyright jeffrey tan. all rights reserved.
 */

/* --------------------------------------->> css for main document <<--- */
.main_body {
	margin: 0px 0px 0px 0px;
  background-color: #ffffff;
  color: #454545;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
}
/* --------------------------------------->> css for main document <<--- */


/* --------------------------------------->> css for all tables <<--- */
.maintable {
  color: #282f33;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
}
.maintable {
  color: #282f33;
	font-size: 10px;
}
.headertable {
  width: 100%;
  color: #f7f7f7;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	background-image: url('../images/banner_bckgnd.png');
	background-repeat: repeat-x;
}
/* --------------------------------------->> css for all tables <<--- */

/* --------------------------------------->> css for all hyperlinks <<--- */
a.footerlink:link, a.footerlink:active, a.footerlink:focus, a:visited {
	color: #999999;
	font-weight:normal;
	text-decoration: none;
}
a.footerlink:hover {
  color: #999999;
  font-weight:normal;
  text-decoration: none;
}
/* --------------------------------------->> css for all hyperlinks <<--- */

/* --------------------------------------->> css for all text <<--- */
.titletext {
  color: #454545;
	font-size: 14px;
  font-weight: bold;
}
.errortext {
	color: #ff0000;
}
/* --------------------------------------->> css for all text <<--- */


/* --------------------------------------->> css for decorative image <<--- */
img {
	border: none;
}
.photo {
	top: -22px;
	right: 40px;
	position: relative;
	width: 406px;
	height: 366px;
	float: left;
}
.paper-clip span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 18px;
	left: 128px;
	background: url(../images/paper-clip.png) no-repeat;
}
/* --------------------------------------->> css for decorative image <<--- */


/* --------------------------------------->> css for all form fields <<--- */
.textfield {
	background: #ffffff;
  border-color: #cccccc;
  border-style:solid;
  border-width: 1px;
  width: 180px;
  padding: 2px;
	color: #333333; 
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
}
.textareafieldsmall {
	background: #ffffff;
  width: 180px;
  min-width: 180px;
	max-width: 180px;
  height: 45px;
  min-height: 45px;
	max-height: 45px;
	padding: 5px;
  color: #333333; 
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}
.textareafield {
	background: #ffffff;
  width: 380px;
  min-width: 380px;
	max-width: 380px;
  height: 60px;
  min-height: 60px;
	max-height: 60px;
	padding: 5px;
  color: #333333; 
  font-size: 12px;
  font-family: calibri, arial, sans-serif;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
}
.simplebutton {
	background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  width: 70px;
  height: 22px;
  color: #333333;
  font-size: 9px;
  font-weight: normal;
  font-family: verdana, arial, sans-serif;  
}
/* --------------------------------------->> css for all form fields <<--- */
