/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

.notification_error
{
border: 1px dotted #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
margin-left:auto;
margin-right:auto;
color:#A25965;
padding: 5px 10px 5px 10px;
margin-top: 5px; margin-bottom: 5px;
font-size: 1.1em;
}

.notification_ok
{
border: 1px #567397 dotted;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: left;
margin-left:auto;
margin-right:auto;
color:#567397;
padding: 5px 10px 5px 10px;
margin-top: 5px; margin-bottom: 5px;
font-size: 1.1em;
}

.info_fieldset { border: none; padding-bottom:10px; }

.info_fieldset legend
{
	border: none;
	color: #632808;
	background: #FFE086;
	padding: 5px 10px 5px 10px;
	font-size: 1.5em;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font-size: 1.1em;
}

/* Label */
label.formbox  { width: 80px; padding:5px 0 ; padding-left: 20px; margin: 5px; float: left; text-align: right; color:#666; font-weight: bold; font-size:1.1em; }

/* Input, Textarea */
input.formbox, textarea.formbox
{
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #e9e9e9;
	color: #333333;
	font-size: 1.1em;
	background-color: #fff;
	background-image: url(../../images/input-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 240px;
}
input.formbox2, textarea.formbox2
{
	padding: 5px;
	float: left;
	border: 1px solid #e9e9e9;
	color: #333333;
	font-size: 1.1em;
	background-color: #fff;
	background-image: url(../../images/input-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 240px;
}
input.formradio
{
	float: left;
	font-weight: bold;
	height: 24px;
}
label.formradio
{
	float: left;
	font-size: .9em;
	font-weight: bold;
	line-height: 24px;
}
label.form-table-value-label { 
	float: left;
	font-size: .9em;
	font-weight: bold;
}
/* BR */

br { clear: left; }
input.btn_send2 {
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor:pointer;
	border: 1px solid #666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../../images/btn-send.png);
	background-repeat: no-repeat;
	background-position: left top;
}
input.btn_sendover2 {
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor:pointer;
	border: 1px solid #af292e;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../../images/btn-send.png);
	background-repeat: no-repeat;
	background-position: -300px top;
}
.formcol {
	clear:both;
}
