.Form{
	width: 500px;
	padding: 20px 20px 0;
	border: 13px solid #CCCCCC;
	box-sizing: content-box;
}
#cboxLoadedContent {
  box-sizing: content-box;
}
.FormCKEditor{
    width: 700px;

}
label{
	float: left;
    font-weight: bold;
    padding-right: 11px;
    text-align: right;
    width: 90px;
	padding-top: 3px;
}
label.textAlignLeft{
  text-align: left;
}
.cke_dialog_body label {
 float:none;
}
input[type="text"], input[type="password"], textarea, select {
  border: 1px solid #CCCCCC;
  font-family: arial;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.FormItem{
	border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 8px;
    padding-top: 8px;
}
.FormItemAction{
    height: 30px;
    text-align:center;
}
input[type="submit"],.btnSubmit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/buttons.png") repeat-x scroll 0 0 #FFFFFF;
    border-color: #E4E4E4 #D2D2D2 #B4B4B4;
    border-image: none;
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px;
    color: #3A3A3A;
    cursor: pointer;
    font-size: 0.929em;
    font-weight: normal;
    margin-bottom: 1em;
    margin-right: 0.6em;
    padding: 4px 17px;
    text-align: center;
}
.NoBorder{
	border: none !important;
}
 
 
.Form input[type="text"] {
	width: 355px;
}
.Form textarea{
	width: 355px;
}
#btnCreateTask{
	margin-left: 100px;
}
.btnSubmitCKForm{
    float: right;
}
#StartEndTime select{
	float: left;
}
#TypeStatus select{
	float: left;
}
.mark{
	color: #F78D13;
}
.error{
	border: 2px solid #FF3300 !important;
}
#LoginForm{
	background: url("../images/loginBg.png") no-repeat scroll 11px 17px #FFFFFF;
    border: 3px solid #CCCCCC;
    box-shadow: 2px 2px 2px #CCCCCC;
    margin: 52px auto auto;
    padding: 8px 30px 30px 124px;
    width: 286px;
    
}
#FormLogin{
	
}
#FormLogin label{
	width: 80px;
    text-align: left;
}
#FormLogin input[type=text], #FormLogin input[type=password] {
	width: 184px;
	padding-top: 6px;
  padding: 6px;
  padding-right: 0;
}
#FormLogin .FormItem:FIRST-CHILD{
	border-top: 1px dotted #CCCCCC;
}
.LoginAction #btnSubmit{
	margin-bottom: 0;
    margin-left: 91px;
    margin-top: 7px;
}
#ColorPriority select{
	float: left;
}

#NoteBody{
    clear: both;
    width: 416px;
}
.SepLabel{
	font-weight: bold;
}
#btnCreateComment{
	float: right;
    margin: auto;
}
#CateFilter{
	border: 3px solid #CCCCCC;
    width: 277px;
}
.FormHeader{
	border-bottom: 1px dotted #CCCCCC;
    font-family: georgia;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
}
.LoginAction a{
	text-decoration: underline;
}
.ColorItem{
  float: left;
  height: 20px;
  margin-right: 1px;
  width: 20px;
  display: block;
  border: 2px solid #FFFFFF;
}
.ColorItem:hover,
.ColorItem.Selected{
  border: 2px solid #FF0000;
  
}
.FormTitle {
  background: none repeat scroll 0 0 #F0F0F0;
  color: #9F0530;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 2px;
  margin-top: 0;
  padding: 3px 7px;
}
#CateFilterForm ul li{
	list-style: none;
}
.TableForm tr{

}
.TableForm tr td {
  border-bottom: 1px dotted #CCCCCC;
  border-left: 1px dotted #CCCCCC;
  padding-bottom: 6px;
  padding-right: 13px;
  padding-top: 3px;
}
.ChecboxWrap span{
    font-weight: bold;
}
.dottedTop{
    border-top: 1px dotted #CCCCCC;
}
.dottedRight{
    border-right: 1px dotted #CCCCCC;
}
.MediumField {
  border: 3px solid rgb(204, 204, 204) !important;
  font-family: Tahoma !important;
  font-size: 14px !important;
  font-weight: bold;
  padding: 6px 5px 6px 7px !important;
  width: 99%;
}
.inline-label{
  width: inherit;
    float: left;
    padding-left: 4px;
}
#bill-amount{
  width: 90px;
}
.FormItemFont input{
  width: 124px !important;
  float: left;
}
#pickup-color{
    width: 29px;
    padding: 0;
    margin-right: 4px;
    cursor: pointer;
    border: 0;
    margin-left: 3px;
    border-left: 1px solid #ff0000;
    padding-left: 3px;
    float: left;
}
#set-color{
    border: 1px solid #000000;
    float: left;
    margin-top: 3px;
}
.label-color{
    width: 31px;
    margin-left: 6px;
}
.ckeditor-inline-label {
    clear: both;
    display: block;
    float: none;
    text-align: left;
    width: 400px;
}
.radio-checkbox-label {
    display: inline-block;
    float: none;
    text-align: left;
    margin-top: 0;
    padding-top: 0 !important;
    box-sizing: border-box;
}

#pageBodyRaw {
    width: 100%;
    min-height: 400px;
}
