label{
	float: left;
    font-weight: bold;
    padding-right: 11px;
    text-align: right;
    width: 90px;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #CCCCCC;
	font-family: arial;
    font-size: 12px;
	padding: 2px;
	font-family: Arial;
}
.FormItem{
	border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 8px;
    padding-top: 8px;
    
}
#AddElementForm .FormItem{
    clear:both;
}
#AddElementForm .FormItem:before,#AddElementForm .FormItem:after{
    content:'';
    display: table;
    clear: both;
}
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;
}
#AddTopicForm, #AddSubjectForm, #AddGroupForm{
	width: 500px;
	height: 222px;
	padding: 20px;
	border: 13px solid #CCCCCC;
}
#AddElementForm{
	width: 600px;
	padding: 20px;
	border: 13px solid #CCCCCC;
}
#AddCommentForm{
    border: 13px solid #CCCCCC;
    height: 212px;
    padding: 20px;
    width: 414px;
}
#AddNoteForm{
    border: 13px solid #CCCCCC;
    height: 212px;
    padding: 20px;
    width: 414px;
}
#AddTopicForm label{
	width: 90px;
    padding-top: 3px;
}
.AddForm{
	border: 13px solid #CCCCCC;
    height: 212px;
    padding: 20px;
    width: 414px;
}
#AddTopicForm input[type="text"],
#AddSubjectForm input[type="text"],
#topicDescription,#subjectDescription{
	width: 355px;
}
#btnCreateTopic{
	margin-left: 100px;
}
#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 64px transparent;
    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: 178px;
    padding: 7px;
}
#FormLogin .FormItem:FIRST-CHILD{
	border-top: 1px dotted #CCCCCC;
}
.LoginAction #btnSubmit{
	margin-bottom: 0;
    margin-left: 91px;
    margin-top: 7px;
}
#ColorPriority select{
	float: left;
}
#CommentBodyWrap label{
	float: none;
}
#CommentBody{
	clear: both;
    width: 416px;
}
#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;
}
.ColorElement{
	width: 20px;
    height: 20px;
    float: left;
}
#FormItem-Title{
	width: 98%;
}
#AddPageForm #FormItem-Title label{
	padding-top: 8px;
	width: 50px;
}
#pageTitle{
	padding: 6px;
    width: 100%;
    font-size: 20px;
}
.cke_dialog_contents label{
	float: none;
}
#AddElementForm input[type=text],
#AddElementForm textarea{
	width: 591px;
}
#AddElementForm textarea{
	height: 331px;
}
#AddElementForm label{
	clear: both;
  display: block;
  float: none;
  text-align: left;
  width: 400px;
}
#AddElementForm.AddElementCKE{
	height: 400px;
}
.SmallLoading{
   background: url("../images/icons/loading_s.gif") no-repeat scroll left 6px transparent;
  float: right;
  height: 27px;
  width: 30px;
  display:none;
}
.Form {
    border: 13px solid #CCCCCC;
    padding: 20px 20px 0;
    width: 500px;
}
.FormTitle {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #9F0530;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 0;
    padding: 3px 7px;
}
.Form input[type="text"] {
    width: 355px;
}
#elementData{
    padding: 10px;
    box-sizing: border-box;
}
.PageCodeWrap {
    margin-top: 10px;
    border-top: 3px dotted #ff2f2f;
}
#AddPageForm #btnCreateTopic {
     margin-left: 5px; 
}
