.sgForm {

}

.sgForm br {
    clear: left;
}

.sgForm .button {
	color:#b04b4f;
	border:2px solid #b04b4f;
	width:80px;
	background:white;
}

.sgForm checkbox {

}

.sgForm .date {
    border: 1px solid #666666;
    float:left;
}

.sgForm .date-focus {
    border: 1px solid #666666;
    background-color: #eee;
    float:left;
}

.sgForm .date-icon {
    background-image: url(calendar_icon.gif);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: relative;
    float: left;  
}

.sgForm div.hr {
	height:1px;
	background-color: #dedede;
	border-bottom: 1px solid #dedede;
}

.sgForm .error-message {
	margin: 3px 0 3px 0;
}

.sgForm h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #eeeeee;
}


.sgForm .error-message span {
    background-image: url(alert.png);
    background-repeat: no-repeat;
    background-position: left;
    margin: 5px 0 5px 0;
    padding: 3px 0 3px 26px;
    color: #c60000;
    font-weight: bold;
    display: block;
	font-size: 1.1em;
}


.sgForm .file {
    border: 1px solid #666666; 
    width: 360px;
}

.sgForm .file-focus {
    border: 1px solid #666666;
    background-color: #eee;
    width: 360px;
}

.sgForm label {
	display: block;
  	float: left;
	font-weight: normal;
	width: 150px;
	text-align: right; 
	padding-right: 1em;
	padding-bottom: 5px;
}

.sgForm .password {
    border: 1px solid #666666;
}

.sgForm .password-focus {
    border: 1px solid #666666;
    background-color: #eee;  
}

.sgForm .radio {

}

.sgForm .reset {    
	color:#b04b4f;
	border:2px solid #b04b4f;
	width:80px;
	background:white;
}


.sgForm select {
    border: 1px solid #666666;   
    max-width: 450px;
}

.sgForm .submit {
	color:#b04b4f;
	border:2px solid #b04b4f;
	width:80px;
	background:white;
}
.sgForm input#submit{
	float: none;
	width: auto;
}
.sgForm input, .sgForm select, .sgForm text, .sgForm textarea { 
  display: block;
  float: left;
  width: 160px;
}

.sgForm .text {
    border: 1px solid #666666;
}

.sgForm .text-focus {
    border: 1px solid #666666;
    background-color: #eee;
}

.sgForm textarea {
	border: 1px solid #666666;
}

.sgForm textarea.focus {
    border: 1px solid #666666;
    background-color: #eee;
}
