

.gmxEditor
{
background-color: white;font: normal 80% arial, sans-serif;	border: 1px black solid;overflow: visible;cursor:text;margin:0px;padding:0px;
}	
.photo_content
{
background-color: white;font: normal 80% arial, sans-serif;	border: 1px black solid;overflow: visible;cursor:text;margin:0px;padding:0px;
}	


.gmxEditorBut button {
/*background:transparent none repeat scroll 0;*/
border:0 none; 
cursor:pointer;
margin:0;
outline-color:invert;
outline-style:none;
overflow:visible;
padding:0px;
width:19px;
height:17px;
}

.gmxEditorBold {
background:url(iconsEditor.png) no-repeat 0 0;
}

.gmxEditorBold:hover {
background:url(iconsEditor.png)  -21px 0;
}

.gmxEditorItalic {
background:url(iconsEditor.png) no-repeat -42px 0;
}

.gmxEditorItalic:hover {
background:url(iconsEditor.png)  -63px 0;
}

.gmxEditorUnderline {
background:url(iconsEditor.png) no-repeat -84px 0;
}

.gmxEditorUnderline:hover {
background:url(iconsEditor.png)  -105px 0;
}

.gmxEditorColor {
background:url(iconsEditor.png) no-repeat 0 -19px;
}

.gmxEditorColor:hover {
background:url(iconsEditor.png)  -21px -19px;
}

.gmxEditorLink {
background:url(iconsEditor.png) no-repeat -41px -19px;
}

.gmxEditorLink:hover {
background:url(iconsEditor.png)  -62px -19px;
}

.gmxColor table {
	width: 150px;
	height: 100px;
	border: 1px solid #000;
}
.gmxColor td {
	font-size: 4px;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
} 

.frameBody
{
    font-family:sans-serif;
    font-size:12px;
    margin:0;
    width:100%;
    height:100%;
}

.frameBody p
{
    border:1px #bbb solid;
    padding:2px;
}



