
.form {
	width: 140px;
	height: auto;	
}
.form .text {
	width: 140px;
	height: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.form .desc {
}
.form .input {
	width: 140px;
	height: 50px;
	text-align: left;	
}
#status {
	background: #fff;
	border: 0;
}
#status .staterror {
	background: #fff;
	border: 0;
	color: red;
}
/*************** Simple ***************/


.centerdiv {
	margin: 0 auto;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.fLeft {
	float: left;	
}
.fRight {
	float: right;	
}
.strong {
	font-weight: bold;	
}
.hide {
	display: none;	
}
/**
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
**/
a.bold {
	text-decoration: none;
	font-weight: bold;
}
a.bold:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.greyBold {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
a.greyBold:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
a.red {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
a.red:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}

.red {
	color: #FF0000;
}
.blue {
	color: #14558B;
}
.clear {
	clear: both;
}
/**
fieldset, input, textarea, select, #easyTooltip, .pagination a, .categoryBox, .fotoBox, .commentBox, .boxTopicPreview, .boxGalleryImage {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
**/

input {
	padding: 5px;
}
/*************** Forms ***************/

form label {
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
	color: #3A3A3A;
	font-size: 12px;
}         
form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}            
form p small {
	font-size: 0.75em;
	color: #777;
}	
form input.text-input,
form select,
form textarea,
form .wysiwyg {
	padding: 6px;
	font-size: 13px;
	background: #fff url('../img/input_bg.png') top left repeat-x;
	border: 1px solid #D5D5D5;
	color: #333;
}
form input {
	vertical-align: middle;	
}
form .small-input {
	width: 120px;
}
form .long-input {
	width: 50px;
}
form .large-input {
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
}
form textarea {
	width: 97.5%;
	font-family: Arial, Helvetica, sans-serif;
}
form textarea.contact {
	width: 400px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
form select {
	padding: 4px;
	background: #FFF;
}
form .previewImage {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;	
}
form .previewImage img {
	border: 2px solid #D5D5D5;	
}
form input.error, form textarea.error { 
	border: 1px solid #FF0000; 
}
form label.error  {
	margin-top: 4px;
	color: #FF0000;
	font-size: 9px;
	font-weight: normal;
	padding-left: 4px;
}
.rightError label.error {
	float: right; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top;
}
.button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #6D6C6C url('../img/btn_bg.png') top left repeat-x !important;
	border: 1px solid #999;
	padding: 4px 7px 4px 7px !important;
	color: #333;
	font-size: 11px !important;
	cursor: pointer;
}
.button:hover {
	border: 1px solid #C32306;
}
.button:active {
	padding: 5px 7px 3px 7px !important;
}
input.loginInput {
	width: 212px;
	height: 23px;
	background: url(../img/login_input.png);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
	border: 0px;
	font-size: 14px;
	color: #6D6C6C;
	float: left;
}
input.loginBtn {
	width: 108px;
	height: 37px;
	background: url(../img/login_btn.png);
	color: #D6DEF7;
	font-weight: bold;
	border: 0px;
}
