﻿
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#content {
/*	float: right; */
	width: 100%;
}

/* Post */

.post {
	padding: 0px 15px;
/*	background: url(images/img05.gif) no-repeat left top;*/
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #D1D1D1;
}

.post .entry {
	width:100%;
}

.post .meta {
	padding: 15px 0 60px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(../img/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(../img/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

.formleft
{
width:1000px;
font-weight:bold;
padding:10px;
text-align:justify;
}

.table 
{
display:  table;
width:100%;
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}

.table img
{
	
}

.rightcellform
{
float:right;/*fix for  buggy browsers*/
display:  table-cell;
width:120px;
padding:15px;
font-weight:bold;
font-size:18px;
}

.rightcell
{
float:right;/*fix for  buggy browsers*/
display:  table-cell;
}

.cell
{
float:right;/*fix for  buggy browsers*/
display:  table-cell;
}

.row
{
display:  table-row;
width:100%;
}

.cellform
{
float:right;/*fix for  buggy browsers*/
display:  table-cell;
padding:15px;
font-size:12px;
}

.captionColumn {font-size:medium; font-weight:bolder; padding-left:15px; vertical-align:middle;} 
.text {width:300px;font-size:15px;}
.logintext {width:300px;font-size:15px; direction:ltr;}
.textArea {width:400px; font-size:15px; }
.error {color:Red;font-size:15px;}
.button {font-size:20px;color:#2E2EFE; width:160px;}

.input-validation-error  
{  
    border: solid 1px #ff0000;  
    background-color: #ffeeee;
}  

.field-validation-error
{
	color:#ff0000;
}

.loginform
{
    direction:rtl;
    width:50px;
}

